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


	* {margin:0px;padding:0px; }
	ul, li, p { list-style:none; padding:0px; margin:0px }

	body{ text-align:left; color:#747474;; font-size:11px; }

	/* CONTENEDORES */	
	div#cuerpo{  width:auto; min-width:1000px; height:auto; padding:24px 0px 0px 0px; margin:0px; }
	div#cuerpo #container{
				width:948px; padding: 5px 0px 15px 0px; background-color:#FFFFFF;
				border: 6px solid #FFF; border-bottom:0px; margin:auto; 
				border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; 
				border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; 
				-webkit-box-shadow: 0px 0px 6px 12px rgba(001, 001, 001, 0.1); box-shadow: 0px 0px 6px 12px rgba(001, 001, 001, 0.1);
	}
	form label{ font-size:16px; }
	header .center{ width:1000px;}
	header div.center menu{
	float:left; width:870px;
	padding-top:30px;
}
header div.center menu ul{ 
	width:870px;
	text-align: center;
}
header div.center menu ul li {
	  display: inline-table; float:left; height:45px; margin:1px;
	  list-style: none;
	font-family: ArchitektRegular, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; 
	color:#2c2c2c;
}

header div.center menu ul li a{
	color:#2c2c2c;
	padding:10px;
}
header div.center menu ul li a.select,
header div.center menu ul li a.select:hover {
	color:#df6701;
	background:none;
}
header div.center menu ul li a:hover{
	color:#FFFFFF;
	background:url(../../image/header-menu_bg.png) repeat-x center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}