@charset "UTF-8";

/* CSS Document */

.contenidoMenu {

	text-align: left;

	width: 100%;

	z-index:1000;

	background-color: #005c98;

	padding-top: 5px;

	margin-top:0px;

	-webkit-transition: height 5s; /* Safari */

	transition: height 5s;

	-o-transition: height 5s;

	margin-right: auto;

	margin-left: auto;

}

.menu_bar {

	display:none;

}

 

header {

	width: 100%;

	margin-top:0px;

	margin-left: auto;

	padding-top: 0px;

	padding-left: 0px;

	height: 33px;

	margin-bottom: 0px;

	padding-bottom: 0px;

	max-width: 1050px;

	margin-right: auto;

}

 

header nav {

	background: none;

	z-index:1000;

	max-width: 1050px;

	width:100%;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: 0px;

	padding-top:0px;

	padding-left:0px;

	font-family: "Roboto Condensed", sans-serif;

	font-size:15px;

	font-weight:300;

	padding-bottom: 0px;

	height: 40px;

	text-align: center;

}

 

header nav ul {

	z-index:1000;

	list-style-position: inside;

	list-style-image: none;

	list-style-type: none;

	padding-right: 0px;

	padding-left: 0px;

	margin-top: 6px;

	margin-bottom: 7px;

}

 

header nav ul li {

	display:inline-block;

	position: relative;

}

 

header nav ul li:hover {

}

 

header nav ul li a {

	color:#E2E2E2;

	display:block;

	text-decoration:none;

	padding-top: 0px;

	padding-right: 12px;

	padding-bottom: 0px;

	padding-left: 12px;

	border-right-width: thin;

	border-right-style: solid;

	border-right-color: #36C;

}

#borde-izq{

	border-left-width: thin;

	border-left-style: solid;

	border-left-color: #FFF;

	padding-left: 4px;

	}

header nav ul li a:hover {

	color:#11A3F1;

}

header nav ul li ul li a:hover {

	color:#CCC;

}



 

header nav ul li a span {

	margin-right:10px;

}

header nav ul li:hover .children {

	display:block;

	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);

	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);

	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);



}

 

header nav ul li .children {

	display: none;

	position: absolute;

	width: 130px;

	z-index:1000;

	padding-left:20px;

	background-color: #FFF;

	margin-top: 0px;

	font-family: 'Roboto Condensed', sans-serif;

	font-size:14px;

	font-weight:300;



}

 

header nav ul li .children li {

	display:block;

	overflow: hidden;

	border-bottom: 1px dotted rgba(155,155,155,.5);

	padding-top:10px;

	padding-bottom:10px;

}

 

header nav ul li .children li a {

	display: block;

	color:#000;

}

 

header nav ul li .children li a span {

	float: right;

	position: relative;

	top:3px;

	margin-right:0;

	margin-left:10px;

}

 

header nav ul li .caret {

	position: relative;

	top:3px;

	margin-left:10px;

	margin-right:0px;

}

#gira{

	width:20px;

	height:20px;

	float: right;

  transition: width 1s, height 1s, transform 1s;

}

#gira:hover {

  transform: rotate(90deg);

}

#sellorojo{

	width:20%; height:auto; padding-right:40px;}



@media only screen and (max-device-width: 891px) and (min-width: 769px) {

#sellorojo{

width:24% !important; height:auto; padding-right:40px; margin-bottom:-30px;}

.arriba{

	margin-top:-30px;

	}

}

@media only screen and (max-device-width: 768px) and (min-width: 556px) {

#sellorojo{

width:28% !important; height:auto; padding-right:40px; margin-bottom:-30px;}

.arriba{

	margin-top:-30px;

	}

}





@media only screen and (max-device-width: 557px) and (min-width: 320px) {

#sellorojo{

width:40% !important; height:auto; padding-right:20px; padding-top:20px; margin-bottom:-30px;}

.arriba{

	margin-top:-30px;

	}





}	



@media only screen and (max-device-width: 890px) and (min-width: 320px) {

	



	header{

		padding-left: 0;

		}



	.menu_bar {

		display:block;

		width:100%;

		position: fixed;

		top:0;

		background:#005c98;

		line-height:20px;		

		margin-left:0px;

		margin-right:0px;

		z-index:2000;

	}

  

	.menu_bar .bt-menu {

		display: block;

		padding:10px 20px;

		color: #FFF;

		overflow: hidden;

		font-size: 16px;

		font-weight: 300;

		text-decoration: none;

		text-align: left;

	}

 

	.menu_bar span {

		float: none;

		font-size: 20px;

		margin-right:20px;

	}

 

	header nav {

		width: 100%;

		height: calc(80% - 20px);

		position: fixed;

		bottom:100%;

		margin-bottom:0;

		margin-left: 0;

		margin-right:0;

		margin-top:35px;

		overflow: scroll;

		background:#FFF;

		padding-top:0px;

		padding-left:20px;

		text-align:left;

		-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);

		-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);

		box-shadow:0 0 8px rgba(0, 0, 0, 0.4);

		font-size: 16px;

		color:#666 !important;

		

	}

 

	header nav ul li {

		display: block;

		border-bottom:1px solid rgba(255,255,255,.5);

	}

	header nav ul{

		margin-top:15px;

	}

 

	header nav ul li a {

		display: block;

		padding-bottom:8px;

		padding-top:8px;

		color:#666 !important;



	}

 

	header nav ul li .caret {

		float: right;

	}

	.todo .contenidoMenu{

		height:0;

	}

	header nav ul li:hover .children {

		display: block;

		background: #FFF;	

		-webkit-box-shadow:0 0 0px rgba(0, 0, 0, 0.4);

		-moz-box-shadow:0 0 0px rgba(0, 0, 0, 0.4);

		box-shadow:0 0 0px rgba(0, 0, 0, 0.4);

	}

 

	header nav ul li .children {

		width: 100%;

		position: relative;

	}

	header nav ul li .children li {

	padding-top:0px;

	padding-bottom:0px;

}

	header nav ul li .children li a {

		margin-left:20px;

	}

	

	

	.movil{

		width:90% !important;

		height:auto !important;

		margin-left:5% !important;

		margin-right:5% !important;

		}

	.movilC{

		width:95% !important;

		height:auto !important;

		margin-left:5% !important;

		margin-right:5% !important;

		}

	

	.pdmovil{

		padding-right:30px !important; }

	.pmovil{

		padding:10px;

		}

	.pceromovil{

		padding:0px !important;

		}	

			

	.Dno{

		display:none;

		}

	.Contenido{

		padding-top: 50px;

		}

	.banner{

		width:100% !important;

		height:auto !important;

		margin-left:auto !important;

		margin-right:auto !important;



		}				

}

@media only screen and (max-device-width: 800px) and (min-width: 640px) {

	.movilCincuenta{

		width:45% !important;

		height:auto !important;

		margin-left:auto !important;

		margin-right:auto !important;



		}				



}