@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_con.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_topins.png) no-repeat;
	height:23px;
	width:960px;
}

#fondo_contenido {
    position:relative;
    z-index:100;
	width:960px;
	height:500px;
	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:112px;
    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:481px;
	background:url(images/contenido_contactoxs.png) repeat-y;
}

#texto {
    position:absolute;
	margin:-4px 19px 0px 19px;;
    z-index:131;
    width:350px;
    height:591px;
	font-size:16px;
	color:#3a6f8f;
	line-height:24px;
}

#texto a{
	color:#3a6f8f;
}

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

#texto 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;
}

#logo1 {
	float:right;
	margin-top:20px;
	margin-right:110px;
	display:block;
	background-image:url(images/logo_indecus.png);
	height:54px;
	width:212px;
	text-indent:-9999px;
}

#logo2 {
	float:right;
	margin-top:94px;
	margin-right:-210px;
	display:block;
	background-image:url(images/logo_red.png);
	height:84px;
	width:212px;
	text-indent:-9999px;
}

#logo3 {
	float:right;
	margin-top:198px;
	margin-right:-210px;
	display:block;
	background-image:url(images/logo_futbologia.png);
	height:60px;
	width:212px;
	text-indent:-9999px;
}

#logo4 {
	float:right;
	margin-top:278px;
	margin-right:-210px;
	display:block;
	background:url(images/logo_comercio.png);
	height:123px;
	width:212px;
	text-indent:-9999px;
}


#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;
}





	
	
	
	
	
	