/*
Theme Name: Estilos
Theme URI: http://www.ada-systems.net/
Description: Designed by www.Ada-Systems.net
Version: 3 Columnas Liquidas
Author: Ada-Systems.
*/

/***********************
*	     Basicos       *
***********************/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#555;
	background: url('../piezas/fondo.jpg') repeat;
	}

div { margin: 0px; }

h1, h2, h3, h4, h5, h6{
	margin:0px;
	color:#ffb612;
}

p {
	text-align:justify;
	margin:0px;
	margin:2px 15px 10px 10px;
	font-size:15px;
	}

a{color:#ffb612;}

a:hover, a:link, a:visited{
	text-decoration:none;
}

img{
	border:0;
}

li{
	text-align: justify;
	list-style:disc;
	font-size: 12px;
	padding: 2px;
}

.CAmarillo{color:#ffb612}
.CNegro{color:#666666;}
.CBlanco{color:#eeeeee;}


.centrar{text-align: center;}


/****** Comienzo formularios ********/
label{
	position:relative;
	padding:5px;
	width:100px;
	float:left;
	clear:both;
	text-align:right;
	display:block;
}

input, textarea{
	color: #666666;
	margin:3px;
	font-size:12px;
	font-family: inherit;
	float:left;
	border:1px solid #aaaaaa;
	background:url('../piezas/fondo-formulario.jpg') top left no-repeat #ffffff;
}

input:focus, textarea:focus{
	border: 2px solid #ffb612;
}
/****** Fin formularios ********/

#IESeis{
	position:absolute;
	padding:5px;
	bottom: 0px;
	width: 100%;
	background-color: #aa0000;
	color: #ffffff;
	height: 15px;
	width: 100%;
	border-bottom: 2px solid #ff0000;
}
	#IESeis a{
		font-weight:bold;
		color:#ffffff;
}
/***********************
*         Global       *
***********************/
#global{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;

}

#global-among{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url('../piezas/background-among-three.jpg') no-repeat;
}

/***********************
*	     Cabecera       *
***********************/
#cabecera{
	position: fixed;
	top: 0px;
	margin:0px;
	padding:0px;
	width:100%;
	z-index: 1;
	height:90px;
	background: url('../piezas/fondo-cab.png') repeat-x;
	border-top: 1px solid #666;

}

#sub-cabecera{
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 90px;
	}


#logo{
	position:absolute;
	top:20px;
	left:50px;
}

menu #menu{
	position:absolute;
	top:0px;
	right:0px;
	width:400px;
	overflow:auto;
	list-style:none;
	margin:0px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

menu #menu li{
	float:left;
	list-style: none;
	margin:0px;
	padding:0px;
	width: 70px;
	margin:0px;
	border-bottom: 5px solid #FFB612;
}

menu #menu li a
{
	list-style: none;
	width:80px;
	text-decoration:none;
	text-align:left;
	color:#000;
	padding:0px;
	margin:0px
	border:0px;
}
/***********************
*	     Cuerpo        *
***********************/
#cuerpo{
	position: relative;
	margin: 90px auto 65px auto;
	width: 1000px;
	min-height: 800px;
	overflow:auto;

	}

#show1,#show2,#show3,#show4,#show5,#show6,#show7,#show8,#show9,#show10,#show11,#show12,#show13,#show14{
	position: absolute;
	background: url('../piezas/fuelsurf-back-image.png') no-repeat center  #fff;
	border: 2px solid #ffb612;
	box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
}

#show1{
	top:10px;
	left: 15px;
	width: 180px;
	height: 180px;
	}
#show2{
	top:10px;
	left: 210px;
	width: 180px;
	height: 180px;
	}
#show3{
	top:10px;
	left: 405px;
	width: 375px;
	height: 375px;
	}
#show4{
	top:10px;
	left: 795px;
	width: 180px;
	height: 180px;
	}
#show5{
	top: 205px;
	left: 15px;
	width: 375px;
	height: 180px;
	}

#show6{
	top: 205px;
	left: 795px;
	width: 180px;
	height: 180px;
	}

#show7{
	top: 400px;
	left: 15px;
	width: 180px;
	height: 180px;
	}
#show8{
	top: 400px;
	left: 210px;
	width: 180px;
	height: 180px;
	}
#show9{
	top: 400px;
	left: 405px;
	width: 180px;
	height: 180px;
	}
#show10{
	top: 400px;
	left: 600px;
	width: 375px;
	height: 180px;
	}
#show11{
	top: 595px;
	left: 15px;
	width: 180px;
	height: 180px;
	}
#show12{
	top: 595px;
	left: 210px;
	width: 375px;
	height: 180px;
	}
#show13{
	top: 595px;
	left: 600px;
	width: 180px;
	height: 180px;
	}
#show14{
	top: 595px;
	left: 795px;
	width: 180px;
	height: 180px;
	}


/***********************
*	     Pie           *
***********************/

#pie{
	position: fixed;
	bottom: 0px;
	height: 65px;
	width: 100%;
	background: url('../piezas/fondo-pie.png') repeat-x;
	border-bottom: 1px solid #666;

	}

	menu #iconos {
		border:1px solid red;
		}
