/*estilos de Body y Etiquetas Básicas*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	background-image:url(images/fdo_oviad.jpg);
	background-repeat: repeat-x;
	background-color:#003300;
	margin: 0px;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-size:10px;
	font-weight:bold;
}



/*Etiquetas de Partes de la página*/
.fecha{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:80%;
	text-align:center;
	background-image:url(images/fecha_fdo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.contenido{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	color:#333333;
}
.contenido ul li a{
	line-height:18px;
	color:#660000;
}
.contenido p{
	text-align:justify;
	line-height:20px;
}
.pie {
	background-image:url(images/pie_fdo.jpg);
	background-repeat:no-repeat;
	height:80px;
	color:#FFFFFF;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	line-height:100%;
}
.pie a {
	color:#FFFFFF;
	text-decoration:none;
	}
.pie a:hover {
	text-decoration:underline;
	color:#003300
}
.contacto {
	background-image:url(images/fdo_contacto.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.que_es {
	background-image:url(images/fdo_observatorio.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.noticias {
	background-image:url(images/fdo_foros.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.noticias h1 {
	color: #CC9900;
	font-weight:bold;
}
.directorio {
	background-image:url(images/fdo_directorio.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.directorio h1 {
	color: #006600;
	font-weight:bold;
}
#visita_foros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #333333;
	background-color: #daeed9;
	height: 100px;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#visita_foros h2 {
	font-size:12px;
	font-weight:bold;
	color:#006600;
	line-height:100%;
}
#directorio_web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #333333;
	background-color: #fff6cd;
	height: 100px;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
#directorio_web h2 {
	font-size:12px;
	font-weight:bold;
	color: #FF6600;
	line-height:100%;
}
#titulo_noticias {
	background-color: #FFCC00;
	width: 300px;
	height:auto;
	top: 0px;
}
#titulo_noticias h2 {
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 100%;
	padding: 5px;
	text-indent: 10px;
}
.menu_observatorio a {
	color:#ffffff;
	background-color: #990000;
	background-image:url(images/bullet_observatorio.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color: #FF0000;
	text-decoration:none;
	display:block;
	padding:5px;
	text-indent:15px;
}
.menu_observatorio a:hover {
	color: #990000;
	background-color: #CCCCCC;
	text-decoration: underline;
	display:block;
}

