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

*{
	margin:0;
	padding:0;
}

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


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_nav.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:740px;
	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:352px;
    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:721px;
	background:url(images/contenido_minimo.png) repeat-y;
}

#inscripciones {
    width:356px;
    height:190px;
	background:url(images/inscripciones.png) no-repeat;
}

#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:21px;
	color:#3a6f8f;
}

#contacto_index {
	font-size:16px;
}

#contacto_index a{
	color:#3a6f8f;
}

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

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

#fbicon {
	float:left;
	width:31px;
	height:25px;
	background:url(images/fbicon.jpg) no-repeat;
}

#ticon {
	float:left;
	width:21px;
	height:60px;
	background:url(images/ticon.jpg) no-repeat;
	margin-right:10px;
}

#texto2 {
	float:right;
	cursor:default;
	width:317px;
	height:481px;
	margin-top:-190px;
	margin-right:19px;
	margin-bottom:-19px;
	text-align:left;
	text-justify:inter-word;
	line-height:125%;
	font-size:19px;
	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;
}
