	
body {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#CCCCCC;
}
a {	text-decoration: none; }

#principal {
	margin: 0 auto;
	width:900px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;	
	border-bottom: solid 1px #999999;
	background-color:#D8D3EA;
}
#superior {
	font:9px Arial, Helvetica, sans-serif;
	color: #7B869A;
	height:10px;
}
#encabezado {
height:88px;
background-image:url(images/titular.jpg);
background-repeat:no-repeat;
}
#encabezado h1 {
text-indent:-10000px;
}

/********  AGREGADO POR EMIL ****************/
#navegacion {
float:right;
text-align:center;
height:26px; width:800px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#navegacion ul{
margin:0px; padding:0px;
}
#navegacion li{
margin:0px; padding:0px;
display:inline;
height:26px; width:100px;
}
#navegacion li a{
color:#F0F0F0;
font-weight:bold;
font-size:14px;
outline:none;
padding-top:6px;
height:26px;width:100px;
float:left;
background:url(images/boton_verde.gif) repeat-x;
}
#navegacion li a:hover, #navegacion li .current{
color:#FFFFFF;
text-decoration:none;
background:url(images/boton_rojo.gif) repeat-x;
width:100px;
}

#contenido_principal {
clear:both;
background-color:#FFFFFF;
padding:0px;
margin:0px;
}
.cada_item {
float:left;
width:430px; height:150px;
margin:10px 0 0 10px;
text-align:left;
border:dotted 1px #CCCCCC;
}
.cada_item img {
float:left; border:solid 1px #009966;
margin:5px;
}
.cada_item h2 {
	margin-top:4px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cada_item p {
	text-align:justify;
	margin:0px; padding-right:7px;
	margin-top:-4px;
	line-height: 16px;
}
.cada_item .ver_mas_rojo {
clear:right;
margin:12px 7px 0 0;
width:119px; height:20px;
float:right;
background-image:url(images/ver_mas_1.jpg);
border:hidden;
}
.cada_item .ver_mas_verde {
clear:right;
margin:12px 7px 0 0;
width:119px; height:20px;
float:right;
background-image:url(images/ver_mas_2.jpg);
border:hidden;
}
/******  paginas internas   *****/
#contenedor_internas {
width:800px;
float:right;
text-align:left;
margin-top:15px;
}
#contenedor_internas h2 {
	color: #CC0000;
	border-bottom: dotted 2px #006666;
	display:block;
}
#contenedor_internas a.links {
	color:#3300CC;
}
#contenedor_internas  a:hover.links {
	color:#CC0000;
	font-weight:bold;
}

.imagenes_grandes {
float:left;
margin:5px;
}
#contenedor_internas p { 
margin-top:12px;
}
/******  paginas de ASOCCIADOS   *****/
.cada_tematica {
	margin:10px 0 0 10px;
	width:175px;
	float:left;
	text-align:left;
	border:dotted 1px #CCCCCC;
	padding:3px;
	font-size: 10px;
}
.cada_tematica h3 {
	margin-top:4px;
	color: #FFFFFF;
	display:block;
	background-color: #3D747F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.cada_tematica ul {
	padding:0; margin:0;
}
.cada_tematica li {
	margin-left:15px;
	list-style:circle;
}
.cada_tematica li a {
	color:#0033CC;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
.cada_tematica li a:hover {
	color:#3300FF;
	font-weight:bold;
}

/******  Footer de la pagina   *****/
#footer {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D8D3EA;
	color: #777777;
	height:50px;
}
#footer .data {
text-align:left;
float:left;
margin-top:24px;
width:400px;
margin-left:12px;
line-height: 14px;
}
#footer_logo {
margin:18px 12px;
float:left;
}
#footer .terms {
text-align:right;
float:right;
margin-top:24px;
margin-right:12px;
width:250px;
line-height: 14px;
}
#footer .terms a {
color:#999999;
}

.asterisco {
color:#FF0000; }
