	@charset "utf-8";
	/* CSS Document */
		body {
		padding: 0;
		text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
		color: #000000;
		margin-top: 50px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #000033;
		}
		
		/* Sugerencias para diseños elásticos 
		1. Dado que el tamaño global de los diseños elásticos se basa en el tamaño de fuente predeterminado del usuario, resultan algo más impredecibles. Si se utilizan correctamente, también son más accesibles para aquellas personas que necesitan tamaños de fuentes más grandes, dado que la longitud de línea mantiene la proporcionalidad.
		2. La asignación de tamaño a los divs en este diseño se basa en el 100% del tamaño de fuente en el elemento body. Si reduce el tamaño global del texto empleando font-size: 80% en el elemento body o el #container, recuerde que todo el diseño reducirá su tamaño proporcionalmente. Es posible que le interese aumentar los anchos de los diversos divs para compensar este efecto.
		3. Si la asignación de tamaño de fuente se modifica de forma distinta en cada div en lugar de hacerse en el diseño global (es decir: a #sidebar1 se le asigna un 70% de tamaño de fuente y a #mainContent se le asigna un 85% de tamaño de fuente), ello hará que se modifique proporcionalmente el tamaño global de cada uno de los div. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
		*/
		.oneColElsCtrHdr #container {
	width: 46em;
	margin: 0 auto;

		text-align: left;


		}
		.oneColElsCtrHdr #header {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;

		} 
		.oneColElsCtrHdr #header h1 {
			margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
			padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
		}
		.oneColElsCtrHdr #mainContent {
	margin: 0px;
	background-image: url(imgs/back1.jpg);
	color: #FFFFFF;
	float: left;
	width: 100%;
	min-height: 125px;
	height: auto !important;
	font-size: 0.75em;

		}
		.oneColElsCtrHdr #footer {
	font-size: 9px;
	color: #ABD227;
	text-align: center;
	height: 30px;
	padding-top: 20px;
		} 
		.oneColElsCtrHdr #footer p {
			margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
			padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
		}
	#header a {
		color: #6C7BB8;
		text-decoration: none;
		padding: 10px;
		width: 90px;
		display:block;
		float:left;
		text-align:center;
	}
	#header a:hover {
		color: #FFFFFF;
		padding: 10px;
		width: 90px;
		display:block;
		float:left;
		text-align:center;
		background-image: url(imgs/fondomenu.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}

#header #logo a, a:hover {
	padding: 0px;
	margin: 0px;
	background-image:none;
}

	#footer a {
		text-decoration: none;
		color: #ABD227;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#mainContent h1, h2, h3{
		color: #ABD227;
		font-size:1.5em;
	}
	#mainContent #Contedor {
	padding: 10px;
	}
	#overheader #over1 {
		background-color: #6887BD;
		float: left;
		width: 10%;
	}
	#overheader {
		height: 100px;
		background-color: #003366;
	}
	#izquierda {
		width: 7%;
		float: left;
		position: relative;
		background-image: url(imgs/fondos/supizq.jpg);
		height: 50px;
	}
	#bajopie {
		background-color: #003366;
		height: 100px;
		position: relative;
	}
	#izquierda {
		width: 3em;
		float: left;
		position: relative;
		background-image: url(imgs/fondos/supizq.jpg);
		height: 40px;
	}
	#derecha {
		width: 3em;
		float: left;
		background-image: url(imgs/fondos/supdch.jpg);
		background-position: right top;
		height: 40px;
	}
	#centro {
		text-align: center;
		float: left;
		background-image: url(imgs/fondos/supcen.jpg);
		position: relative;
		width: 40em;
		height: 40px;
	}
	#izquierda2 {
		width: 3em;
		float: left;
		position: relative;
		background-image: url(imgs/fondos/infizq.jpg);
		height: 50px;
		background-position: left bottom;
	}
	#derecha2 {
		width: 3em;
		float: left;
		background-image: url(imgs/fondos/infdch.jpg);
		background-position: right bottom;
		height: 50px;
	}
	#centro2 {
		text-align: center;
		float: left;
		width: 40em;
		background-image: url(imgs/fondos/infcen.jpg);
		height: 50px;
		background-position: center bottom;
	}
	
	#central {
		position: relative;
		background-color: #99CCFF;
		width: 79%;
		float: left;
	}
#mainContent #Contedor a:link, a:visited {
	color: #ABD227;
	text-decoration: none;
}
#mainContent #Contedor a:hover {
	color: #ABD227;
	text-decoration: underline;
}

#navbar  {
	margin:0px auto;
	width: 98%;
	height: 1.5em;
	text-align: center;
	margin: 4px;
	text-align: center;
}
#navbar a, #navbar a:visited {
	float: left;
	width: 13%;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	margin: 3px;
	color: #FFFFFF;
	}

#navbar a, #navbar a:visited {
	border: 1px solid #566E9A;
}

#navbar a:hover {
	border: 1px solid #ABD227;
	color: #ABD227;
}
#Contedor p {

}
#Equipo, #EquipoD {
	width: 21em;
	float: left;
	background-color: #313C5A;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 2em;
	text-align: center;
	background-image: url(imgs/fondoEquipo.jpg);
	background-repeat:   repeat-x;
	background-attachment: scroll;
}
#EquipoD {
	float:right;
}
#Equipo h1, #EquipoD h1 {
	font-size: 1.1em;
	color: #CCCCCC;
	background-color: #000033;
	margin: 0px;
	text-align:right;
	padding: 5px;
}
#EquipoD h1 {
	text-align: left;
}

#Equipo h2, #EquipoD h2 {
	color: #CCCCCC;
	font-size: 0.8em;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#EquipoD h2 {
	text-align: left;
}

#Equipo img, #EquipoD img {
	margin-bottom: 3px;
	margin-left: 1em;
}
#EquipoD img {
	margin-left:0;
	margin-right: 1em;
}
#pronto {
	background-image: url(imgs/01ideas.jpg);
	height: 350px;
	font-size: 4pc;
	color: #003366;
}
#Contedor img {
	margin-right: 25px;
	padding-top: 1.2em;
}
#Contedor ul li {
	margin-bottom: 1.2em;
	list-style-type: none;
	padding-right: 1.5em;
	padding-left: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABD227;
	padding-bottom: 1.2em;
}
#trabajos a{
	float: left;
	border: thin dashed #58719A;
	margin: 3px;
	padding: 2px;

}
#trabajos a:hover{
	border: thin solid #ABD227;
}

#marcotrabajos {
	padding-top: 230px;
	margin-left:22px;
	margin-right:22px;
}
#elfondo {
	min-height: 385px;
	height: auto !important;
	background-image: url(imgs/experiencia.jpg);
	background-repeat: no-repeat;
}
