@charset "UTF-8";
/* CSS Document */
body{
	width: inherit;
	height:inherit;
	margin:0 auto;
	background: url(../imgs/backgroung_webPastos.png);
}

#todoX{
	width:1100px;
	height:1400px;
	margin:0 auto;
}

#fb{
	width:50px;
	height:50px;
	}

#tw{
	width:50px;
	height:50px;
	}
	
#todo{
	width:1000px;
	height:1400px;
	margin:0 auto;
	position:relative;
}


#cabezal{
	width:1000px;
	height:300px;
	background:url(../imgs/CABEZALimg1.jpg);
	position:relative;

}

#menu{
	width:1000px;
	height:auto;
	z-index:5000;
	margin-top:200px;
	position:absolute;
}
	
#cajamenu{
	width:1000px;
	height:85px;
	margin-top:200px;
	background-color: #000000;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 50);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	position:absolute;
}

#cuerpo{
	width:1000px;
	height:500px;
	background:url(../imgs/FONDOpasto.jpg);
	position:absolute;
}

#cajanegra{
	width:1000px;
	height:400px;
	margin-top:50px;
	background-color: #000000;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 80);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	position:absolute;
}

#contenedor{
	width:1000px;
	height:450px;
	position:relative;
	z-index:1000;
	margin-top:50px;
	
	
}

#pie{
	width: 1000px;
	height: 50px;
	margin-top: 800px;
	z-index: 8000;
	position: absolute;
	left: 1px;
}
ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:10px;
	width:1000px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:125px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:125px;
	height:85px;
	z-index:12;
	background:transparent url(../imgs/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:125px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:125px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:16px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#10ab04;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:125px;
	overflow:hidden;
	height:125px;
	top:95px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	color:#10ab04;
	font-size:10px;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:10px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

#contacto{
	margin-top:500px;
	width: 1000px;
	height:800px;
	background:url(../imgs/fondocontacto.jpg);
	position: relative;
}

#txtcnt{
	width:400px;
	height:450px;
	margin-left:100px;
	margin-top:70px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#FFF;
	float:left;
	position:absolute;
	
		
}

#tabla{
	width: 400px;
	height: 450px;
	margin-left: 550px;
	margin-top: 70px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFF;
	position: absolute;
	top: 2px;
}

.inputgris{
	
	background-color:#999;
	border:none;
}

textarea{
	background-color:#999;
	border:none;
}

label.error{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:lighter;
	color:#b0362e;}



	
