/* para todas las páginas salvo la inicial */
body {
text-align:center; /*for IE only*/
min-width:600px; /*so that body doesn't shrink beyond the width of
"container"*/
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: #eef;
font-size: 10pt;
margin: 0px;
border: 0px;
}
#cabecera {
height:100px;
background-image: url(imagenes/ladrillos.jpg);
}
#cajaizq {
padding-left: 4px;
left:10px;
top:125px;
width:140px;
clear: left;
float: left;
text-align: left;
font-size: 0.9em;
}

#cajacentral {
margin-left: 150px;
text-align: left;
font-size: 10pt;
background-color: #f7f7f7;
padding: 0px 2em 2em;
/* Este borde es imprescindible !!!! */
 border-top: 1px solid #f7f7f7;
}
#pie {
	background-color: #F4A460;
	clear: both;
	font-size: 9pt;
	padding: 4px;
}
.escudo {
	float: left;
	border: 0px;
	margin: 1px 0px 0px 30px;
	}
img {
	margin: 4px;
}
div.anciles {
	top: 5px;
	font-size: 1.3cm;
	font-weight: bold;
	color: Blue;
	margin: 5px 5px 5px 150px;
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
a:hover {
	color: Red;
}
p {
	text-indent: 2em;
}

#tabmenu {
	border-bottom: 1px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px;
	z-index: 1;
	padding-left: 10px;
	font-weight: bold;
}
		
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }	
		
#tabmenu a {
	color: #000;
	background: #edf2f2;
	font-weight: bold;
	border: 1px solid black;
	padding: 3px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; }
		
#tabmenu a.activo {
	padding-top: 5px;
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7; }
		
#tabmenu a:hover {
	color: #555;
	background: #e0e9e9; }	
		
#tabmenu a:visited {
	color: #000; }
		
#tabmenu a.activo:hover {
	background: #f7f7f7;
	color: #555; }

#solapas0 {
	background-color: #eef;
	margin-left: 150px;
	padding: 0px;
}
dt {
	font-weight: bold;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #0000ff;
}
a.anciles, a.anciles:hover, a.anciles:visited {
	color: Blue;
	text-decoration: none;
}
.cita {
	font-style: italic;
}
.main {
	font-weight: bold;
	font-size: 1.3em;
	background-color: #FFDFF5;
}
a.menu {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background: #FFBB3D;
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #BF7D00;
	border-top: 1px solid #FFE4B2;
	border-right: 1px solid #BF7D00;
	border-left: 1px solid #ddd;
	font-weight: bold;
}
a.menu:hover {
background-color: #FFD17A;
border-bottom: 1px solid #FFE4B2;
border-top: 1px solid #BF7D00;
border-left: 1px solid #BF7D00;
border-right: 1px solid #FFE4B2;
color: #000;
font-weight: bold;
}
a.submenu {
	display: block;
	padding: 5px 5px 5px 1em;
	background: #FFAD13;
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #BF7D00;
	border-top: 1px solid #FFE4B2;
	border-right: 1px solid #BF7D00;
	border-left: 8px solid #BF7D00;
	font-size: 0.85em;
	font-weight: bold;
}
a.submenu:hover {
	display: block;
	padding: 5px 5px 5px 1em;
	background: #FFBD43;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #FFE4B2;
	border-top: 1px solid #BF7D00;
	border-right: 1px solid #BF7D00;
	border-left: 8px solid #BF7D00;
	font-size: 0.85em;
	font-weight: bold;
}
a.mainmenu {
	display: block;
	padding: 5px 5px 5px 5px;
	background: #3173AA;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #003471;
	border-top: 1px solid #00CCFF;
	border-right: 1px solid #003471;
	border-left: 1px solid #00CCFF;
	font-weight: bold;
	font-size: 1.6em;
}
a.mainmenu:hover {
	display: block;
	padding: 5px 5px 5px 5px;
	background: #008CD2;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #00CCFF;
	border-top: 1px solid #003471;
	border-right: 1px solid #00CCFF;
	border-left: 1px solid #003471;
	font-weight: bold;
	font-size: 1.6em;
}
a.menuact {
	display: block;
	padding: 5px 5px 5px 1em;
	background: #FFBD43;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #FFE4B2;
	border-top: 1px solid #BF7D00;
	border-right: 1px solid #BF7D00;
	border-left: 8px solid #BF7D00;
	font-size: 0.9em;
	font-weight: bold;
}
a.menuact:hover {
color: #000;
display: block;
}