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

*{
	margin:0;
	padding:0;
}

p + p { margin-top: 0.8em;
}


body{
	background:#3a6f8f;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	height:100%;
	width:960px;
	margin:auto;
}

#header {
	width:100%;
	height:105px;
	margin:auto;
	background:url(images/header_minusgrad2.gif) no-repeat;
}

#subheader{
	height:15px;
	margin:0px;
	background:url(images/grad_header.png) repeat-x;
	
}

#navigation {
	clear:both;
	width:960px;
	height:28px;
	margin:0px;
	padding:0px;
	background:url(images/barra_mod.png) no-repeat;
}

#navigation ul{
	margin:0 0 0 43px;
	padding:0px;
	list-style:none
}

#navigation li{
	margin-left:0px;
	padding:0px;
	display:inline;
}

#navigation a{
	float:left;
	margin:3px 33px 0px 0px;
	text-decoration:none;
	font-size:18px;
	color: #587b7c;
}

#navigation a:hover {
	color:#07417d;
}

#navigation a:active {
	color:#ffffff;
}

#contenido_top {
	background:url(images/contenido_top.png) no-repeat;
	height:23px;
	width:960px;
}

#fondo_contenido {
    position:relative;
    z-index:100;
	width:960px;
	height:1538px;
	background:url(images/contenido_grad.png) repeat-y;
}

#menu_izq {
	position:absolute;
	z-index:125;
	top:-10px;
	line-height:30px;
	letter-spacing:1px;
}

#menu_izq ul{
	margin-left:67px;
	padding:0px;
	list-style:none;
}

#menu_izq li{
	margin:0px;
	padding:0px;
}

#menu_izq a{
	margin:0px;
	text-decoration:none;
	font-size:16px;
	color: #ffffff;
}

#menu_izq a:hover {
	color:#07417d;
}

#menu_izq a:active {
	color:#ded963;
}

#iconos {
	position:absolute;
    left:40px;
    top:6px;
    z-index:131;
    width:22px;
    height:110px;
	background:url(images/iconos_lateral.png) no-repeat;
}
	

#balon {
    position:absolute;
    left:0px;
    top:1150px;
    z-index:120;
    width:486px;
    height:388px;
	background:url(images/arte_balon.png) no-repeat;
}

#cajas {
    position:absolute;
    left:212px;
    top:0px;
    z-index:130;
    width:729px;
    height:1519px;
	background:url(images/contenido_minimo.png) repeat-y;
}

#texto {
	float:left;
	cursor:default;
	width:327px;
	height:481px;
	margin-left:19px;
	margin-top:-7px;
	margin-bottom:-19px;
	text-align:left;
	text-justify:inter-word;
	line-height:125%;
	font-size:17px;
	color:#3a6f8f;
}

#texto2 {
	float:right;
	cursor:default;
	width:317px;
	height:481px;
	margin-top:-7px;
	margin-right:19px;
	margin-bottom:-19px;
	text-align:left;
	text-justify:inter-word;
	line-height:123%;
	font-size:17px;
	color:#3a6f8f;
}

#footer {
	clear:both;
	height:35px;
	width:960px;
	background:url(images/footer.png) no-repeat;
	padding-top:18px;
}

#copyright {
	float:left;
	height:35px;
	width:600px;
	color:#ffffff;
	font-size:13px;
	padding-left:43px;
}

#boton_home {
	float:right;
	padding-right:19px;
	height:35px;
	width:100px;
}

#footer li {
	float:right;
	list-style:none;
}

#footer li a{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
}


#footer a:hover {
	color:#07417d;
}

#footer a:active {
	color:#ded963;
}