@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #333;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #333;
	line-height:25px;
	margin-bottom:20px;
}
#top {
	background-image: url(../_imagenes/fondotop.jpg);
	background-repeat: repeat-x;
	height: auto;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#top #header {
	background-image: url(../_imagenes/fondotop.jpg);
	background-repeat: repeat-x;
	width:1073px;
	height: 518px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px#000;
	box-shadow: 0 0 15px #000;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
body {
	background-image: url(../_imagenes/fondocontent.jpg);
}
#contenido {
	background-image: url(../_imagenes/fondocontent.jpg);
	margin: auto;
	margin-top:-20px;
	width: 1024px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px#000;
	box-shadow: 0 0 15px #000;
	padding-top: 30px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 25px;
}
#header #logo {
	position: absolute;
	left: 27px;
	top: -6px;
	z-index: 530;
}
#contenido #principal {
	background-color:rgba(184,132,43,0.4);
	width: 970px;
	padding:25px;
	float: left;
	margin-top:15px;
}
#contenido #barra {
	background-image: url(../_imagenes/sidebarojo.png);
	width: 270px;
	float: left;
	margin-left: 22px;
	color: #FFF;
}
#barra a:link, #barra a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.rouge {
	color: #6A141B;
}
#barra input , #barra textarea{
	background-color: #3A0B0A;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	width: 210px;
	font-size: 14px;
	outline: 0;
}
.blanq {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	text-align: right;
}
#header #menu li{
	list-style-type: none;
	font-weight: normal;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 11px;
	margin-right: 0px;
}
.nav li .ralla {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(217,196,160);
	height: 10px;
}

#menu li a:link , #menu li a:visited{
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover {
	border-bottom:3px solid #b8842b;
	color: #89071a !important;
	text-decoration: none;
}
#contenido #menu {
	margin-left: 0px;
	padding-left:10px;
	padding-right:0px;
	margin-top: 20px;
	margin-bottom: 90px;
}
#menu li:hover .drop {
	background-color: #b8842b;
	margin-left: -1px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	z-index: 500;	
}
.drop {
	position: absolute;
	margin-left: -9999px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #741920;

}
#footer {
	background-image: url(../_imagenes/fondofoot.jpg);
	height: 180px;
	width: 100%;
	overflow: hidden;
}
#contenido #principal h1 {
	color: #741922;
	margin: 0px;
	padding: 0px;
}
#contenido #principal h2 {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer #subfoot {
	margin: auto;
	width: 1073px;
	padding-top: 23px;
	-moz-box-shadow: 0 10px 15px #000;
	-webkit-box-shadow: 0 10px 15px#000;
	box-shadow: 0 10px 15px #000;
	overflow: hidden;
	height: 270px;
}
#subfoot #down {
	width: 1024px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 50px;
	padding-left: 0px;
}
#subfoot a:link,#subfoot a:visited{
	color: #FFF;
	text-decoration: none;
}
#subfoot ul li {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;	
}

.clear {
	clear: both;
}


/*menu despegale*/
/*
			ul, ol {
	list-style: none;
	z-index: 1000;
			}
			
			
			
			
			.nav > li {
	float: left;
				
			}
			
			
			.nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 5000 !important;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	
	
	
			}
			
			.nav li a:hover {
	background-color: #780516;
			}
			
			.nav li ul {
	display: none;
	position: absolute;
	min-width: 140px;
	
	padding: 0px;
			}
			
		*/
		
			/*menu despegale*/

			ul, ol {
	list-style: none;
	z-index: 1000;
			}
			
			
			
			
			.nav > li {
	float: left;
				
			}
			
			
			.nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 5000 !important;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
		
	
	
			}
			
			.nav li a:hover {
	background-color: #780516;
			}
			
			.nav li ul {
	display: none;
	position: absolute;
	min-width: 140px;
	
	padding: 0px;
			}
			
			.nav li:hover > ul {
				display:block;
			}
			
			.nav li ul li {
	position: relative;
	
			}
			
			.nav li ul li ul {
				
				top:0px;
			}
			
			
			
			.nav li ul li ul {
				right:-140px;
				top:0px;
			}#menuheader {
	display: block;
	width: 1024px;
	padding-left: 0px;
	padding-top: 10px;
	height: 40px;
}

#menuheader .nav li ul li a {
	background-color: rgb(215,194,158);
	color: rgb(122,7,24) !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(123,6,24);
}
#menuheader .nav li ul li a:hover {
	background-color: rgb(100,4,19);
	color: rgb(255,255,255) !important;
	background-image: url(../_imagenes/fondomenu.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(168,120,36);
}
#menuheader .nav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}




#subfoot #down li .ralla {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(255,255,255);
	padding-left: 10px;
}
#subfoot #enlaces li {
	color: rgb(255,255,255);
}
#enlaces {
	margin-left: 100px;
}
#subfoot #enlaces li a:hover {
	text-decoration:underline;
	color: rgb(255,255,255);
}
#sidebar #contacto h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	background-color: rgb(130,7,25);
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 22px;
	padding-left: 20px;
}
#conta {
	margin-top: -15px;
	padding-top: 0px;
	
	
}
#contacto {
	
	background-color:rgba(170,170,170,0.4);
	height:260px;
}

#menuoz {
	background-color: rgba(170,170,170,0.4);
	height: auto;
	padding-bottom:30px;
	margin-bottom: 50px;
	margin-top: -10px;
}

#conta  #textfield3 {
}
#nombre , #email , #telefono , #comentarios{
	width: 250px;
	padding-bottom:10px;
	margin-right: 15px;
}
#contenido #sidebar #contacto form #conta tr td #button {
	background-color: rgb(153,153,153);
	border: 1px dashed rgb(153,153,153);
	margin-right: 15px;
	color: rgb(255,255,255);
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	
	
}
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	background-color: rgb(130,7,25);
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 22px;
	padding-left: 20px;
}
#menuoz #articulos {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menuoz #articulos li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(130,7,25);
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(130,7,25);
	background-image: url(../_imagenes/bul.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#menuoz #articulos li a:hover {
	color: rgb(166,121,40);
	border-bottom-style: dotted !important;
}
.actual {
	color: rgb(166,121,40) !important;
	border-bottom-style: dotted !important;
	background-image: url(../_imagenes/bul-ov.png) !important;
	border-bottom-width: 1px;
	border-bottom-color: rgb(166,121,40);
}#top {
	font-family: Arial, Helvetica, sans-serif;
}
#contenido  p {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
}
.tepeyac {
	color:#7f0e19;
	font-weight:bold;
}
# header {
	position:relative;}
#traductor {
	display:block;
	float:right !important;
	position:absolute;
	margin-right:20px;
	top: 20px;
    right: 0;
}