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

body{
	margin:0;
	padding:0;
	text-align:center;
}
body, td, input, a, p, h1, h2, select, li {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #737373;
}
#cabecera{
	position:relative;
	margin:0 auto;
	width:774px;
	height:126px;
	background-image:url(../img/cabecera.gif);
}
#cuerpo{
	position:relative;
	margin:0 auto;
	width:774px;
	min-height:325px;
	background:url(../img/cuerpo.gif) no-repeat left bottom;
	padding-bottom:90px;
}
#menu{
	margin:0;
	padding:0;
	position:relative;
	padding-left:300px;
	text-align:left;
	list-style-image:url(../img/li_group.gif);
	list-style-position:30px;
	padding-top:20px;
	margin-bottom:50px;
}
#menu .tituloMenu{
	font-weight:bold;
}
#menu a{
	line-height:10px;
	font-weight:bold;
	text-decoration:none;
	color:#737373;
	font-size:13px;
}
#menu a:hover{
	color:#FE1813;
}
#menu .enlaceMenu{
	font-size:10px;
	color:#999;
}
#menu .descripcionMenu{
	padding-left:15px;
	margin-bottom:15px;
	color:#2F6091;
}
#menuiz{
	position:absolute;
	left:0;
	top:20px;
	width:138px;
	min-height:175px;
	text-align:left;
	font-weight:bold;
}
#menuizTop{
	position:relative;
	width:138px;
	height:11px;
	background:url(../img/caja_menuiz_top.gif) no-repeat;
}
#menuizBody{
	position:relative;
	width:138px;
	background:url(../img/caja_menuiz_body.gif) repeat-y;
	padding-left:25px;
}
#menuizBottom{
	position:relative;
	width:138px;
	height:8px;
	background:url(../img/caja_menuiz_bottom.gif) no-repeat;
}
#menuiz #inicio{
	position:relative;
	line-height:55px;
}
#menuiz #qs, #menuiz #contacto, {
	position:relative;
	line-height:15px;
	margin-top:10px;
	padding-top:5px;
}
#menuiz a{
	text-decoration:none;
	color:#737373;
}
#menuiz a:hover{
	color:#FE1813;
} 
#menuiz a.select{
	color:#FE1813;
}

#menuiz a.paisesDesplegar{
	display:block;
	width:100px;
	background:url(../img/flecha_down.jpg) right no-repeat;
	text-transform:uppercase;
}
#menuiz a.paisesDesplegar:hover{
	color:#737373;
}


#fotosMenu{
	position:absolute;
	top:50px;
	right:80px;
}
/* botones personalizados */
div.boton_cont{
	right:0;
	margin:6px;
	background:url(http://www.minilandgroup.com/img/botones/fondo_central.gif) repeat-x;
	background-color:#FFFFFF;
	height:20px;
}
td.boton_int{
	text-align:right;
	padding-top:1px!important;
}
td.boton_flechas_int{
	background:url(http://www.minilandgroup.com/img/botones/bo_flechas.gif) right no-repeat;
	text-align:right;
	padding-right:13px!important;
	padding-top:1px!important;
}
td.boton_de{
	background:url(http://www.minilandgroup.com/img/botones/fondo_de.gif) right no-repeat;
	height:20px!important;
	width:8px;
}
td.boton_iz{
	background:url(http://www.minilandgroup.com/img/botones/fondo_izq.gif) left no-repeat;
	height:20px!important;
	width:10px;
}
a.aBoton{
	text-decoration:none;
	color:#666666;
	font-size:10px;
	}
a.aBoton:hover{
	text-decoration:none;
	color:#000;
}
/* fin botones personalizados */

/* formularios */
select {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #737373;
}
input{
	border:1px solid #999;;
	color:#000;
	background-color:#e8e8e8;
	padding:0 2px 0 2px;
	font-weight:bold;
}
#contForm{
	position:relative; 
	padding-top:10px; 
	padding-left:0; 
	width:350px; 
	margin-left:350px; 
	#padding-right:50px;
}
table.formulario{
	text-align:left;
}
table.formulario select{
	width:255px;
	color:#000;
	background-color:#e8e8e8;
	border:1px solid #999;;
}
table.formulario input{
	width:250px;
}
table.formulario textarea{
	width:250px;
	height:140px;
	color:#000;
	background-color:#e8e8e8;
	border:1px solid #999;;
}
table.formulario td{
	padding:3px;
	height:30px;
}
table.formulario td.botones td{
	padding:0;
	height:auto;
}
