#contenedor {
	margin: 0px auto;
	width: 100%;
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top,  #2c539e 0%, #222e7c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#222e7c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c539e 0%,#222e7c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c539e 0%,#222e7c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c539e 0%,#222e7c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c539e 0%,#222e7c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#222e7c',GradientType=0 ); /* IE6-9 */

height:55px;
        border: 1px solid #B7C1B1;
	text-align: center;
	clear: both;
}
#contenedor h1 {
	font: italic 36px Georgia, "Times New Roman", Times, serif;
	color: #510500;
	margin-top: 40px;
	margin-bottom: 50px;
	text-shadow:1px 1px 0 #ce4239;
	-moz-text-shadow:1px 1px 0 #ce4239;
	-webkit-text-shadow:1px 1px 0 #ce4239;
}
#contenedor ul {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
    letter-spacing:1px;
    list-style: none;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#contenedor ul li {
	display: block;
	float:left;
	position: relative;
}
#contenedor ul li#buscador {
	float: right;
	position: relative;
}
#contenedor ul li a {
	font: 14px verdana, Tahoma, Geneva;
	font-weight:bolder;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float:left;
	padding: 0px 5px;
        text-align: left;
        height:55px;
        line-height:48px;
}
#contenedor ul li a:hover, #contenedor ul li a.active {/*Estado Hover/Activo de los enlaces*/
	background: #cecece; /* Old browsers */
background: -moz-linear-gradient(top,  #cecece 0%, #595959 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#595959)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cecece 0%,#595959 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cecece 0%,#595959 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cecece 0%,#595959 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cecece 0%,#595959 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
        color: #000000;
	font-weight: bold;
}
#contenedor ul li ul {/*Estilos de la lista secundaria*/
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 0;
	float: left;
	position: absolute;
	left: 0px;
	top: 55px;
	border: 0;
	opacity: 0;
	filter: alpha(opacity=0); /* Internet Explorer*/
	overflow: hidden;
	background: #2C539E;
	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;
	background: #222e7c; /* Old browsers */
background: -moz-linear-gradient(top,  #222e7c 0%, #2c539e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222e7c), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222e7c 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222e7c 0%,#2c539e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222e7c 0%,#2c539e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222e7c 0%,#2c539e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222e7c', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */

}
#contenedor ul li ul.children li a{
	color: #FFFFFF !important;
	padding: 0px 0 13px 20px;
	width: 200px;
	height:40px;
	border-bottom: 1px solid #fff;
	background: url(../img/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: #00A7D1 !important;
	font-weight: bold;
	padding-left:28px;
	background: url(../img/arrow2.png) no-repeat 15px center !important;
}


#contenedor ul li:hover ul.children{height:auto;opacity:1;z-index:1000}
#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: 48%;
	height: 20px;
	/* color de fondo */
	background: #901D78;
	/* 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: #901D78;
	/* 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;}
