@charset "utf-8";
/* CSS Document */
.header{
	width:960px;
	background-color:#02233C;
	height:120px;
	margin-right:auto;
	margin-left:auto;
}
@media only screen 
and (min-width : 1224px) {
		.header{
			width:100%;
			background-color:#02233C;
			height:120px;
			margin-left:auto;
			margin-right:auto;

}
	
}
.barra1{
	width:960px;
	height:3px;
	background: -webkit-linear-gradient(left, yellow ,red, blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, yellow, red, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, yellow, red, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, yellow , red, blue); /* Standard syntax */
}
@media only screen 
and (min-width : 1224px) {
		.barra1{
		width:100%;
		height:3px;
		background: -webkit-linear-gradient(left, yellow ,red, blue); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, yellow, red, blue); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, yellow, red, blue); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, yellow , red, blue); /* Standard syntax */
	
}
	
}
.logo{
	width:310px;
	height:105px;
	margin-top:5px;
	margin-left:60px;
}
@media only screen 
and (min-width : 1224px) {
		.logo{
		width:310px;
		height:105px;
		margin-top:5px;
		margin-left:200px;
	
}
	
}
#contenedor {
	margin: 0px auto;
	width: 700px;
	/* [disabled]background: #333333; */
	text-align: center;
	float:left;
	margin-top:-60px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen 
and (min-width : 1224px) {
		#contenedor {
		margin: 0px auto;
		width: 700px;
	/* [disabled]background: #333333; */
		text-align: center;
		float:left;
		margin-top:-60px;
		margin-left:200px;
}
		
	
}

#contenedor ul {
	text-align: left;
	width: 700px;
	margin: 0px;
	padding: 0px 0px 0px 155px;
	list-style: none;
	position: relative;
	margin-left:200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media only screen 
and (min-width : 1224px) {
		#contenedor ul{
		width:960px;
		margin: 0px auto;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
		
}
	
}
#contenedor ul li {
	display: block;
	float:right;
	position: relative;
}
#contenedor ul li#buscador {
	float: right;
	position: relative;
}
#contenedor ul li a {/*Listas primer nivel*/
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fefefe;
	text-decoration: none;
	display: block;
	float:right;
	padding: 11px;
}
#contenedor ul li a:hover, #contenedor ul li a.active {/*Estado Hover/Activo de los enlaces*/
	background:#02233C;
	color:#99FF00;
	font-weight: bold;
}
#contenedor ul li ul {/*Estilos de la lista secundaria*/
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 100px;
	float: right;
	position: absolute;
	left: 0px;
	top: 30px;
	border: 0;
	opacity: 0;
	filter: alpha(opacity=0); /* Internet Explorer*/
	overflow: hidden;
	background:#06F;
	z-index: 1;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#contenedor ul li ul.children li a{
	color: #fefefe !important;
	padding: 13px 0 13px 20px;
	width: 140px;
	border-bottom: 1px solid #2f2f2f;
	background: url(/imagenes/arrow-normal.png) no-repeat 7px center !important;
	font-size: 12px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contenedor ul li ul li:last-child a{border-bottom:none !important;}
#contenedor ul li ul li a:hover{
	color:#FFF !important;
	font-weight: bold;
	padding-left:8px;
	background: url(/imagenes/arrow-normal.png) no-repeat 15px center !important;
}


#contenedor ul li:hover ul.children{height:130px;opacity:1;}

#contenedor ul#menu:after {
	/* Posiciona la sobora por detras del color de la caja*/
	z-index: -1;
	position: absolute;
	/* no aplico ningún contenidos HTML */
	content: "";
	/* posiciona la sombra con respecto al derecho y superior */
	right: 10px;
	top: 45%;
	/* configura el ancho */
	width: 140px;
	height: 20px;
	/* color de fondo */
	background: #000000;
	/* definicion de la sombra estandar para box-shadow */
	box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	/* rotacion de la sombra */
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
#contenedor ul#menu:before{
	/* Posiciona la sobora por detras del color de la caja*/
	z-index: -1;
	position: absolute;
	/* no aplico ningún contenidos HTML */
	content: "";
	/* posiciona la sombra con respecto al izquierdo y superior */
	left: 10px;
	top: 45%;
	/* configura el ancho */
	width: 50%;
	height: 20px;
	/* color de fondo */
	background: #000000;
	/* definicion de la sombra estandar para box-shadow */
	box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 8px 7px rgba(0, 0, 0, 0.7);
	/* rotacion de la sombra */
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#contenedor ul li ul#menu:before,#contenedor ul li ul#menu:after{visibility:hidden;}
.barra3{
	width:960px;
	height:3px;
	margin-right:auto;
	margin-left:auto;
	background: -webkit-linear-gradient(left, yellow ,red, blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, yellow, red, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, yellow, red, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, yellow , red, blue); /* Standard syntax */
}
@media only screen 
and (min-width : 1224px) {
	.barra3{
		width:100%;
		height:3px;
		margin-right:auto;
		margin-left:auto;
		background: -webkit-linear-gradient(left, yellow ,red, blue); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, yellow, red, blue); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, yellow, red, blue); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, yellow , red, blue); /* Standard syntax */
}
	
}