@charset "utf-8";
/* CSS Document */




  
@font-face {
    font-family: 'GillSansRegular';
    src: url('gillsans-webfont.eot');
    src: url('gillsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsans-webfont.woff') format('woff'),
         url('gillsans-webfont.ttf') format('truetype'),
         url('gillsans-webfont.svg#GillSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
  
*{
	margin:0;
	padding:0;
}  

#container {
	margin:0 auto;
	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#fff;
}

#header{
	background-image: url(../images/header_bg_s1.png);
	background-repeat: repeat;
	height: 97px;
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding-top: 20px;
}  

#header .identidad {
	height: 94px;
	width: 98%;
	margin: 0 auto;
	/* [disabled]min-width: 900px !important; */
}
#header .identidad img {
	float: left;
	margin-left: 10px;
}
#header .identidad .contact {
	float: right;
	height: 80px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #D2CAB6;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin-right: 10px;
	padding-top: 12px;
}
#header .identidad .contact .location {
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
}

#menu_h {
	height: 46px;
	width: 100%;
	position: relative;
	/* [disabled]top: 140px; */
	background-image: url(../images/fondo_menu_s1.png);
	background-repeat: repeat-x;
}
#menu_h .menu_list ul {
	list-style-type: none;
	/* [disabled]margin-left: -20px; */
}
#menu_h .menu_list ul li {
	float: left;
	/* [disabled]margin-right: 24px; */
	/* [disabled]margin-left: 24px; */
}

#menu_h .menu_list {
	width: 100%;
	margin: 0 auto;
	/* [disabled]min-width: 700px !important; */

}

#menu_h .menu_list ul li a {
	text-decoration: none;
	line-height: 30px;
	color: #22120E;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'GillSansRegular', Arial, Helvetica, sans-serif;
	padding-right: 19px;
	padding-left: 19px;
	/* [disabled]margin-right: 4px; */
	/* [disabled]margin-left: 4px; */
}


#menu_h .menu_list ul li a:hover {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: #C3BCA5;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 8px;
	padding-bottom: 20px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: padding-bottom 0.5s ease 0s;
	-moz-transition: padding-bottom 0.5s ease 0s;
	-ms-transition: padding-bottom 0.5s ease 0s;
	-o-transition: padding-bottom 0.5s ease 0s;
	transition: padding-bottom 0.5s ease 0s;
}
  
  


@media only screen and (orientation:portrait){
  /* For general iPad layouts */
  
#container {
	width:768px;
}  
  #menu_h .menu_list ul li a {
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]margin-right: 4px; */
	/* [disabled]margin-left: 4px; */
}
  
}
