body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#flashcontent{
width: 810px; 
height: 200px; 
text-align: center;
margin: 0px auto -1px auto;
}

#flashcontent2{
width: 800px; 
height: 200px; 
text-align: center;
margin: 0px auto -1px auto;
}

#testimonios{
	width: 800px; 
	height: 280px; 
	text-align: center;
	margin: 0px auto -1px auto;
}

a.azul:link { color: #0000FF; text-decoration: none}
a.azul:visited {color: #0000FF; text-decoration: none}
a.azul:hover {text-decoration: underline}


.cuerpo_quienes_somos{
	background-image: url(../img/bienvenido_azul.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.cuerpo_noticias{
	width: 200px; 
	background-image: url(../img/cabeza_noticias.gif);
	background-repeat: no-repeat;
	padding: 15px;
}

.cuerpo_caja_01{
	width: 235px;
	height: 190px;
	background-image: url(../img/cabeza_caja_01.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.cuerpo_caja_02{
	width: 235px; 
	height: 190px; 
	background-image: url(../img/cabeza_caja_02.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.cuerpo_caja_03{
	width: 235px; 
	height: 190px; 
	background-image: url(../img/cabeza_caja_03.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.divisor{
	width: 800px; 
	height: 4px; 
	background-color: #FFFFFF;		
}

.divisor_v{
	width: 10px; 
	background-color: #FFFFFF;		
}


.parrafos{
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin: 10px;
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #CCCCCC;

}

.pie{
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 800px;
	height: 40px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	background-image: url(../img/pie_azul.jpg);
	background-repeat: repeat-x;
}

a.blanco:link { color: #999999; text-decoration: none}
a.blanco:visited {color: #999999; text-decoration: none}
a.blanco:hover {text-decoration: underline}

.encabezado{
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
}

h1{
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 5px;
	padding: 2px;

}

h2{
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #6699CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 5px;
	padding: 2px;

}

/******************* Menu ************************/

#navigation {
	width: 160px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #478DC0;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #ECF4FF;	
	color: #478DC0;
	text-decoration: none;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #478DC0;
	border-left-color: #478DC0;
}


#navigation li a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}

/******************** Fin Menu ********************/
