/* CSS Document */

body {
	background-color:#B2B2B2;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:15px 15px 15px 15px;
}

li a {
	font-style:italic;
}

#container {
	background-color:#FFF;
	clear:both;
	margin:auto;
	width:750px;
}

#menuTop {
	background-image:url(images/bg-menu.png);
	background-repeat:no-repeat;
	clear:both;
	color:#FFF;
	height:30px;
	padding-left:15px;
}

#contenido, #interior, #ppal {
	clear:both;
	height:100%;
}

#izquierda {
	float:left;
	margin-bottom:5px;
	padding-left:5px;
	width:180px;
}

#derecha {
	float:right;
	padding-right:5px;
	width:554px;
}

#noticias {
	background-color:#E5E5E5;
	margin-bottom:5px;
	padding:10px 10px 10px 10px;
}

#menuVerde {
	clear:both;
	height:60px;
}

#ppal {
	padding-top:5px;
}

#interior {
	padding:0 10px 5px 20px;
}

#avisos {
	float:left;
	width:400px;
}

#consultas {
	float:right;
	width:146px;
}

#marcoGris {
	border:2px solid #D8D8D8;
	margin-bottom:5px;
	padding:5px 4px 5px 4px;
}

#bottom {
	background-color:#0E3193;
	border-top:5px solid #ABDA4E;
	clear:both;
	color:#FFF;
	padding:4px 0 4px 0;
	text-align:center;
}

#bottom a, .opcMenu a {
	color:#FFF;
	text-decoration:none;
}

#bottom a:hover,.opcMenu a:hover, .opcAzul a:hover {
	color:#ABDA4E;
	text-decoration:none;
}

.floatLeft {
	float:left;
}

.opcMenu {
	background-image:url(images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	padding:7px 17px 7px 18px;
}

.opcGris {
	border-bottom:2px solid #D8D8D8;
	color:#4C4C4C;
	font-size:12px;
	padding:5px 5px 5px 10px;
}

a:hover, .opcGris a, .nota a {
	color:#4C4C4C;
	text-decoration:none;
}

a, .opcGris a:hover, .nota a:hover, .opcAzul a, .ligaAzul a, .subTit a:hover {
	color:#0E3193;
	text-decoration:none;
}

.opcAzul {
	border-bottom:2px solid #D8D8D8;
	color:#0E3193;
	font-size:14px;
	padding:5px 5px 5px 10px;
}

.opcVerde {
	border-bottom:2px solid #ABDA4E;
	color:#7F7F7F;
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 5px 10px;
}

.opcVerde a, .opcVerde a:hover {
	color:#000;
	text-decoration:none;
}

.nota {
	font-size:12px;
	padding-bottom:12px;
}

.opcMenuVerde {
	float:left;
	padding-left:7px;
}

.ligaAzul a:hover {
	color:#0E3193;
	text-decoration:underline;
}

.titPpal {
	color:#0E3193;
	font-size:14px;
	font-weight:bold;
}

.tit {
	background-image:url(images/bullet-verde.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:2px solid #ABDA4E;
	color:#0E3193;
	font-size:16px;
	font-style:italic;
	padding:5px 0 5px 20px;
}

.subTit {
	color:#4C4C4C;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.subTit a {
	color:#333;
}

.subTit2 {
	color:#0E3193;
	font-size:12px;
}
.subTit3 {
	color:#FF6600;
	font-size:12px;
}
.titPpalred {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	border:1px dotted #ccc; 
	padding:3px 3px 3px 3px;
}


/* tablas */
.bgcel { background-color:#F3F3F3;}
.bordertb { border:4px solid #D8D8D8; }