@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1270px) {
	#limitador,.baner img {width:991px;}
}
@media only screen and (min-width: 1270px) {
	#limitador,.baner img {width:1300px;}
}

HTML, BODY{
	margin:0;
	padding:0;
}
BODY {
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5D5D5D;
	background: #9A9A9A;
}
a {
	color: #00C;
	text-decoration:none;
}	
a:hover {
	color:#fff;
	background-color:#bb3401;
}
img {
	border:0px;
	cursor:pointer;
}
img:hover {background-color:transparent;}
#pie {
	clear:both;
	width:991px;
	text-align:center;
	vertical-align:top;
  	margin: 30px 0 20px 0;
}
/* RUTA -> CONFIGURADOR */
#limitador {
	position:relative;
	margin: 3px auto;
	border:1px solid #000;
	box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
	background-color: #fff;
	overflow: hidden;
}
#contenedor {
	position:relative;
	width:989px;
	text-align:left;
	margin-top:30px;
  	height:100%;
}
.menu {
	position:relative;
	float:left;
	padding:0px;
	width : 200px ;
	text-align:left;
	margin-left:20px;
}
/* CONTENIDO -> IZQUIERDA */
.menu li{
	list-style:none;
	background: transparent url(/img/icons/flechaM.gif) no-repeat;
	padding-left:20px;
	padding-top:2px;
	margin:0 0 2px 5px;
	/*font-weight: bold;
	text-decoration:underline;
	*/
	font-size:12px;
	/*color: #030303;*/
	height:auto;
	cursor:pointer;
}
.menuCom li{
	border-bottom: thin dotted;
	color: #030303;
}
.menu ul ul li {
	background-image: none;
	padding-left:5px;
	margin-left:20px;
	font-weight: normal;	
	height:auto;
}

.menu a {
  	text-decoration:none;
  	color:#5D5D5D;
}
.menu a:hover,.menu li:hover {
	color:#fff;
	background-color:#bb3401;
}	
.menu ul {
	border:0px none;
	border-collapse:collapse;
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
}
.menuTit {
	font-weight: bold;
	color: #5D5D5D;
	font-size:12px;
	margin: 0px 0px 6px 3px;
}
.menuTit:hover {
	background-color:#bb3401;
	cursor:pointer;
}
#cont_dcha_ext {
	position:relative;
	float:left;
	width: 744px;
	padding-left:20px;
	font-size:10px;
}
#cont_dcha_ext select,input,textarea {
	font-size: 11px;
	border: 1px #336600 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.titulo {
	/*background:#f1f6fa url(http://www.ecoturismorural.com/img/ti_menu2.gif) no-repeat scroll left center;*/
	height:16px;
	margin:0px 0px 4px 0px ;
	background-image: url(../img/fondos/titulo.png);
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	padding: 3px 0px 3px 10px;
	color:#000;
}
#texto {
	margin: 30px 5px 15px 20px;
	color: #444;
}
.texto {
	margin-left:10px;
}
#pagC li {
	margin-bottom:6px;
}
.container {
	border:1px solid #993300;
	background-color:  #FFFFDD;
}
.submenu {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
	margin-left: 5px;
	text-decoration: none;
	height:20px;
	text-indent: 10px;
}

