* {
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	list-style: none;
}

a:link, a:visited {
	color: #2557AD;
}

body {
	text-align: center;
	background: #ffffff url(fondocabecera.png) repeat-x top left;
}

#contenido {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* Principal */
#principal {
	float: left;
	width: 517px;
}

/* Cabecera */
#cabecera {
	height: 312px;
	background: transparent url(cabecera.png) no-repeat top left;
}

#cabecera a {
	display: block;
	height: 312px;
	width: 280px;
}

#cabecera h1 {
	text-align: center;
	padding-top: 45px;
	color: #000;
	font-size: 28px;
}

#cabecera h1 a:link, #cabecera h1 a:visited {
	text-decoration: none;
	color: #000;
	font-size: 28px;
}

.tituloarticulo {
	height: 29px;
	font-size: 14px;
	padding: 20px 0 0 10px;
}

.contenidoarticulo {
	padding: 0 6px 30px 10px;
}

/* No es necesario en ie */
#principal input[type="submit"] { 
	padding: 0px 6px 0px 6px;
}

/* Lateral */
#lateral {
	background: #e0eaef url(pielateral.png) no-repeat bottom left;
	padding: 0 0 7px 0;
	float: right;
	width: 222px;
	margin: 0 10px 250px 0;
}

#cabeceralateral {
	background: #186496 url(cabeceralateral.png) no-repeat top left;
	height: 312px;
	width: 222px;
}

#cabeceralateral a {
	display: block;
	height: 312px;
	width: 222px;
}

#contenidolateral {
	width: 222px;
	margin: 0px 0 0 0;
}

.bloquelateral {
	margin: 20px 0 10px 0;
}

.titulobloquelateral {
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 14px;
}

.contenidobloquelateral {
	padding: 2px 0 0 16px;
}

#lateral a:link, #lateral a:visited
{
	text-decoration: none;
}

/* Pie */
#pie {
	clear: both;
	background: transparent url(pie.png) repeat-x top left;
	height: 26px;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}

#pie, #pie a:link, #pie a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}


/* Formato del texto */
.centrado {
	display: block;
	margin: 10px auto 5px auto;
	text-align: center;
}

p {
	margin-top: 20px;
}

p.separador {
	background: transparent url(separador.png) no-repeat top left;
	margin-top: 25px;
	padding-top: 25px;
}

#principal ul {
	margin-top: 20px;
}

#principal ul.listado li{
	margin-top: 4px;
	list-style: disc inside;
}

#principal h3 {
	margin: 20px 0 -15px 0;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

#principal .warning {
	font-weight: bold;
	color: #ff0000;
}

/* Imagenes */
img {
	border: 0;
}

img.izquierda {
	margin: 0 6px 6px 0;
	float: left;
}

img.derecha {
	float: right;
	margin: 0 0 6px 6px;
}

/* Bloques */
div.bloqueizquierda {
	margin: 20px 6px 0 0;
	padding: 7px 3px 25px 3px;
	border: solid 1px #CCCCCC;
	float: left;
/*	background: transparent url(img/pie-bloque.png) repeat-x left bottom;*/
}

div.bloquederecha {
	margin: 20px 0 0 6px;
	padding: 7px 3px 25px 3px;
	border: solid 1px #CCCCCC;
	float: right;
/*	background: transparent url(img/pie-bloque.png) repeat-x left bottom;*/
}

.bloquecentrado {
	display: table;
	margin: 20px auto 0 auto;
	padding: 7px 3px 25px 3px;
	border: solid 1px #CCCCCC;
/*	background: transparent url(img/pie-bloque.png) repeat-x left bottom;*/
}

div.bloqueizquierda:after, div.bloquederecha:after, bloquecentrado:after, div.contenidoarticulo div.indice_articulo:after {
/*	content: url(img/pie-sombra.png);*/
	display: block;
	margin: 25px -4px -34px -4px;
	text-align: right;
}

/* Tablas */
table.mediobloquedoble {
	margin: 20px -1px 0 -1px;
	padding: 0 0 6px 0;
/*	background: transparent url(img/pie-sombra-doble.png) repeat-x right bottom;*/
}

.mediobloquedoble td {
	padding: 10px 5px 36px 5px;
	border: solid 1px #CCCCCC;
	width: 250px;
	vertical-align: top;
/*	background: transparent url(img/pie-bloque.png) repeat-x left bottom;*/
	margin: 0 0 20px 0;
}

#resalta {
	background-color: #e0eaef;
	font-size: 20px;
	text-align:center;
	padding-top: 12pt;
}


