	html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,/* ol, ul, li, */fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	font-size: 100%;
	font-family: "Orienta", "Arial";
		

	}  

#navigation {
	height: 49px;
	width: 982px;
	background-color: #1F446E; /* azul del menu	*/
	float: left;
	left: -16px;
	top: 152px;
	height: 35px;
	padding: 0px;
	
	
	

	 
}


.js .selectnav {
	display: none;
}

.menu i.halflings { margin: 1px 2px 0 -2px; }

.menu ul, .menu li > div {
	visibility: hidden;
	display: none;
}

.menu li:hover > ul, .menu li:hover > div {
	visibility: visible;
	display: block;
}

/* Reset  */
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:right;}
.menu li > a {display:block;}

.menu ul {
	position:absolute;
	display:none;
	width:170px;
}
.menu ul ul {
	top:0;
	left:170px;
}

.menu li:hover > ul {display:block;}

#navigation ul li:first-child { margin-left: 1px; }
#navigation ul li ul li:first-child,
#navigation ul li ul li ul li:first-child { margin-left: 0; }

.menu a {text-decoration:none;}

.menu > li > a {
	color:#fff;
	font-weight: 400;
	font-size: 13px;
	line-height:3px;
	padding: 15px 15px 16px 15px;
}

.menu > li:hover > a {
	background-color: #707070;
	border-left:none;
	padding-left:16px;
	border-right:1px solid #707070;
	margin: 0 0 0 -1px;
}

ul.menu li a {
	-webkit-transition: background-color 80ms ease-in-out;
	-moz-transition: background-color 80ms ease-in-out;
	-o-transition: background-color 80ms ease-in-out;
	-ms-transition: background-color 80ms ease-in-out;
	transition: background-color 80ms ease-in-out;
}

.menu ul li a {
	-webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	-ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
	transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}

.menu > li > a { border-right:1px solid #666; }
.menu > li > a:hover { border-right:1px solid #707070; margin: 0 0 0 -1px; }

.menu > li > a img, .menu li > ul > li > a img {
	border:0;
	margin-right:7px;
}


/* Sub Menu */
.menu ul {
	/*	background-color: #fff;*/
	background-color: #E8EFF9;
	border: 1px solid #e0e0e0;
	border-top: none;
	left: -1px;
	z-index: 1001;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	
}

.menu ul a {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	padding: 9px 12px;
	border-top: 1px solid #e6e6e6;
}

.menu ul a:hover {
	background-color:#f5f5f5;
}


/* Mega Menu */
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
	position:absolute;
	display:none;
	overflow:auto;
	z-index: 999;
	background: #fff;
}

.menu .cols1, .menu .col1 {width:130px;}
.menu .cols2, .menu .col2 {width:320px;}
.menu .cols3, .menu .col3 {width:480px;}
.menu .cols4, .menu .col4 {width:640px;}
.menu .cols5, .menu .col5 {width:800px;}
.menu > li.floatr > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {right:0;}
.menu > li:hover > ul.cols1, ul.cols2, ul.cols3, ul.cols4, ul.cols5 {display:block;}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}

.menu li > ul.cols1,ul.cols2, ul.cols3, ul.cols4,ul.cols5  {
	background-color:#fff;
	border:1px solid #e0e0e0;
	border-top:none;
	left:-1px;
	padding:10px;
}

ul.cols1 a:hover, ul.cols2 a:hover, ul.cols3 a:hover, ul.cols4 a:hover, ul.cols5 a:hover {
	background: none;
	border: none;
}

ul.cols1 a, ul.cols2 a, ul.cols3 a, ul.cols4 a, ul.cols5 a {
	background: none;
	border: none;
}

ul.cols1 p a, ul.cols2 p a, ul.cols3 p a, ul.cols4 p a, ul.cols5 p a {
	padding: 0;
}

.menu h4 {
	font-size: 13px;
	color: #888;
	font-weight: normal;
	margin: 0px 10px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	letter-spacing: 0;
}

.menu h5 {
	font-size: 13px;
	margin: 8px 10px -3px 10px;
}
.menu ol {
	list-style:none;
	margin: 7px 10px;
	padding: 0;
}

.menu ol a {
	color: #777;
	font-size: 12px;
	padding: 3px 0;
	line-height: 15px;
}

.menu ol a:hover {
	color: #444;
}
.menu p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 10px;
	padding: 0;
}
.menu p a {
	color: #888;
	text-decoration: underline;
}
.menu p a:hover {
	color: #555;
}


header {
	position: relative;
	margin: auto;
	width: 911px;
	height: 142px;
	padding-top: 15px;
	padding-rih7ght: 37px;
	padding-bottom: 0px;
	padding-left: 37px;
        }
        
             header h1#logo {
	float:left;
	width:699px;
	height:106px;
	margin:0px;
	padding:0px;
	background-image: url(../header/logoAladi2.png);
	background-repeat: no-repeat;
			}
	
		h1#logo span {
                    display:none;
		}
	
		h1#logo a {
                    display: block; 
                    width:160px;
                    height:106px;
                    text-decoration: none; 
                    border: 0; 
                    margin:0;
                    padding:0;
		}
		
header nav  {
	position: absolute;
	right: 26px;
	top: 4px;
	height: 3px;
        }
                nav .mainMenuNav {
					float:center;
                    
                }
                    
                    .mainMenuNav ul.navItem {
                        margin: 0;
                        padding:0;
                        list-style: none;
                    }
                            
        
                    ul.navItem li {
                        float: left;
                        width:auto;
                        margin:0px 0px 30px 0px;                  
                    }
                            
                    ul.navItem li a {
                        float: left;
                      
                        font-size:12px;
                        font-weight:400;
                        color:#1F446E;
                        line-height:28px;
                        text-decoration:none;
                        background:url(../header/mainMenuDivisor.png) right no-repeat;
                        padding:0px 9px 0px 8px;
                        margin:0px;
                        display: block;	                    
                    }
                            
                        ul.navItem li a:hover{
	float: left;
	color:#2071C1;
	text-decoration:none;
	
                        }
                        
                        ul.navItem li a.lastnavItem {
                            text-decoration:none;
                            background:none !important;                  
                        }
                            

                        ul.navItem li a.navItem-current-item{
                                color:#64a5e6;
                                text-decoration:none;
                    
						}	
						
						

header form fieldset input {
 
	font-size: 0.7em;
	
	width: 190px;
	border: 1px dotted #D3D1D1;
	margin: 2.1em 0em 0em 0em;
	padding: 1px 2px;
	background-color: rgb(248, 251, 253);
	float:right;

	
}



                    .contact a {
                            float:right;
							margin: 35px 0px 0px 0px;
                            width:35px;
                            height:34px;
                            display:block;
                            background:url(../footer/contacto.png) 0 0 no-repeat;     
                            padding:0;
                        }
                        
                        
						 .mapa a {
                            float:right;
							margin: 35px 0px 0px 0px;
                            width:20px;
                            height:19px;
                            display:block;
                            background:url(../footer/mapaSitio.png) 0 0 no-repeat;     
                            padding:5px;
                        }
                        

.buscador
 {
	width: 40%;
	padding-left: 560px;
	 
	
	 }
	 
	 
#mainWrapperCabezal {
	position:relative;
	margin:auto;

	width:982px;
	background-color:#FFF;
	height:185px;
	
	/*min-height:100%;*/
	margin-top:10px;
-webkit-box-shadow: 0px 0px 27px 7px rgba(0, 1, 0, 0.32);
-moz-box-shadow:    0px 0px 27px 7px rgba(0, 1, 0, 0.32);
box-shadow:         0px 0px 27px 7px rgba(0, 1, 0, 0.32);
	
 -webkit-border-radius: 20px 20px 10px 10px;
border-radius: 20px 20px 10px 10px;

}
