@charset "utf-8";
/* CSS Document */

body
{
	/*font-family:Helvetica, sans-serif, Verdana, Arial;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#535252;
	font-size: 12px;
	background-color:#387BB2;
	margin:0;
	padding:0;
	width:100%;
	/*overflow:hidden;*/
}
a
{
	text-decoration:none;
	color:#DA251D;
}
a:hover
{
	color:#535252;
}
#background
{
	position:absolute;
	z-index:-1;
	width:100%;
	height:648px;
}
#contenedor
{
	width:704px;
	position:absolute;
	/*left:490px;*/
	left:50%;
	margin-left:-352px;
	top:0px;
	background-image:url(../img/bg.contenedor.cielo.gif);
	background-position:left 40px;
	background-repeat:no-repeat;
}

#cuerpo
{
	background-color:#FFFFFF;
	position: relative;
	top: 243px;
	width: 703px;
	
}

#header
{
	position:relative;
	width:703px;
	height:242px;
}

#foto
{
	position:absolute;
	width:667px;
	height:167px;
	right:18px;
	top:69px;
}

#texto
{
	text-align: justify;
	font-size: 13px;
}
#foto img
{
	position:relative;
}
#contenido
{
	position:relative;
	padding:0 18px 0 18px;
	width:667px;
}
.clearing
{
	clear:both;
}

#footer
{
	background-image:url(../img/bg.footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#387BB2;
	margin-top:15px;
	width:703px;
	height:70px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	padding:3px 0 0 0;
	}
#footer .black
{
	color:#000000;
}
#footer a
{
	color:#000000;
	text-decoration:none;
}
#footer a:hoover
{
	color:#000000;
	text-decoration:underline;
}
#slideHeader
{
	position:relative;
	height:167px;
}
#slideHeader img
{
position:absolute;
}
#barHeader
{
	height:6px;
	position:relative;
}
.loading
{
	position:relative;
	float:left;
	width:667px;
	text-align:center;
}

.separa{
	clear:left;
	
}

