/*top*/
.top{
/*	background-color:#FFF;*/
	display:block;
	width:100%;
	padding-top:10px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	border-bottom-width:10px;
}
.logo{
	padding:5px;
}
	.logo img{
		height: auto;
		max-width: 100%;
	}

.redes_sociales{
}
	.redes_sociales li{
		display:inline-table;
		margin-left:3px;
		margin-right:3px;
		margin-top:3px;
		margin-bottom:3px;
	}
	.redes_sociales a:hover{
		opacity:.75;
		cursor: pointer; 
	}
		
.campo_busqueda{
}
	.campo_busqueda_texto{
	color:#333;
    height:30px; 
    width:100px;
	border-top:#FFF;
	border-left:#FFF; 
	border-right:#FFF; 
	}
	.campo_busqueda_boton {
		border-style:solid;
		border-color:#333;
		border-width:10px;
		background-color: #333;
		color: white;
		font-weight: bold;
		text-align: center;
		margin-right:5px;
		margin-bottom:5px;
		margin-top:5px;
		margin-left:5px;
	}
	.campo_busqueda_boton:hover {
		opacity:.85;
		cursor: pointer; 
	}
.top_menu{
	display:block;
	background-color:#FFF;
/*	border-top-left-radius:25px;
	border-top-right-radius:25px; */
}
/* top level elements */
.nav1, .nav1 ul {
font-family: "eurostilebold", Arial, Helvetica, sans-serif;
list-style: none outside none;
margin: 0;
padding: 0;
}
.nav1 {
/*background-color: rgb(78,105,162);
background: -moz-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,105,162,1)), color-stop(100%, rgba(59,88,152,1)));
background: -webkit-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
background: -o-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
background: -ms-linear-gradient(top, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
background: linear-gradient(to bottom, rgba(78,105,162,1) 0%, rgba(59,88,152,1) 100%);
border-bottom: 1px solid #3A4B7B;*/
padding: 10px 0 10px 5px;
position: relative;
}
.nav1_boton{
margin-bottom:10px;
}
.nav1 > li {
display:inline-block;
height: 22px;
padding-right: 15px;
position: relative;
text-align: left;
}
.nav1 > li > a {
border: 1px solid transparent;
color:#666;
display: block;
font-size: 1em;
font-weight:normal;
height: 27px;
line-height: 27px;
margin: -3px 0 0 -1px;
padding: 5px 1px 0 11px;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
.nav1 > li:hover > a, .nav1 > a:hover {
background-color: #E5097F;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
margin-right: -8px;
padding: 0 9px 0 11px;
position: relative;
z-index: 10;
}
.nav1 > li.subs:hover > a {
background-color: #E5097F;
/*border: 1px solid rgba(100, 100, 100, 0.4);*/
/*border-bottom-width: 0;*/
/*border-radius: 2px 2px 0 0;*/
color: #fff;
text-shadow: 0 0 transparent;
z-index: 11;
margin-bottom:0px;
}

/* top items separator */
/*.nav1 > li:after {
background-color: #405791;
content: "";
height: 17px;
left: 1px;
position: absolute;
top: 2px;
width: 1px;
}
.nav1 > li:first-child:after {
background-color: transparent;
}*/

/* submenu */
.nav1 ul {
background-color: #FFFFFF;
border: 1px solid rgba(100, 100, 100, 0.4);
*border: 1px solid rgb(100, 100, 100);
border-radius: 0 0 3px 3px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
display: none;
left: -1px;
margin-top: 2px;
min-width: 200px;
padding: 6px 0;
position: absolute;
top: 100%;
z-index: 10;
}
.nav1 li:hover ul {
display: block;
}
.nav1 ul li a {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
color: #E5097F;
display: block;
font-size: 1em;
line-height: 30px;
padding: 0 22px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.nav1 ul li a:hover {
background-color: #E5097F;
/*border-bottom: 1px solid #3B5998;*/
/*border-top: 1px solid #3B5998;*/
color: #FFFFFF;
}

