/*	-------------------------------------------------------------
	DEDALO CREATIVE
		Diseño | Programacion | Desarrollo web
		www.dedalocreative.com
	-------------------------------------------------------------	*/


/*ELEMENTOS BASICOS
-------------------------------------------------------------	*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image:url(../imagenes/fondo_home_peq.gif);
	background-repeat: repeat-x;
	text-align: center;

}
h1{
	display: none;
}
h2 {
	width: 775px;
	height: 35px;
}
h2 span{
	display: none;
}
h3 {
	color: #C0CE42;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	margin-bottom: 10px;
}
a {
	color: #8f9c14;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
#contenedor {
	width: 775px;
	min-height: 100%;
	margin: auto;

}
* html #contenedor { /*Hack para IE6*/
	height: 100%;
}
#cabecera {
	width: 775px;
	height: 130px;
	background-image:url(../imagenes/cabecera.jpg);
	background-position: bottom center;
	clear: both;
}
#cabecera a{
	display: block;
	width: 775px;
	height: 130px;
}
#contenido {
	/*background-image: url(../imagenes/Images/fondo_contenido.gif);
	background-repeat: repeat-y;
		height: 500px;*/
}
#contenido-txt {
	width: 710px;
	margin: auto;
	margin-bottom: 25px;
	text-align: justify;
}
#pie {
	position: relative;
	height: 15px;
	padding: 2px 0 2px 0;
	margin-top: -19px;
	text-align: center;
	background-color: #eee;
}
#btn-promociones th{
	text-align: center;
}
#btn-promociones td{
	padding: 0 10px 0 10px;
}
.linea {
	background-image: url(../imagenes/linea.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.finalizadas{
	width: 100%;
	border-collapse: collapse;
}
.finalizadas td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDC90;
	height: 17px;
	padding: 4px 0 4px 0;
	vertical-align: top;
	border-bottom-color: #666666;
}
.finalizadas th {
	color: #666;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDC90;
}
.finalizadas img{
	border: 1px solid #DCDC90;	
}
.finalizadas a img{
	border: none;
	vertical-align: text-bottom;
}
.actuales_det img{
	border: 1px solid #DCDC90;	
}
.actuales_det a img{
	border: none;
	vertical-align: text-bottom;
}
#img-empresa {
	float: right;
	margin: 3px 0 10px 10px;
}
.empresa {
	font-size: 12px;
}
#form-contacto {
	float: left;
}
/*MENU
-------------------------------------------------------------	*/
#menu {
	width: 750px;
	height: 28px;
	float: right;
	background-position: bottom;
	padding-top: 22px;
	padding-right: 15px;
}
#menu ul {
	list-style:none;
	float: right;
}
#menu ul li{ 
	float: left;
	height: 25px;
}
#menu ul li a{
	display: block;
	height: 100%;
}
#menu span{
	display: none;
}
#empresa {
	background-image:url(../imagenes/images/empresa.gif);
	width:65px;
}
#empresa:hover {
	background-image:url(../imagenes/images/empresa_hover.gif);
}
#promociones {
	background-image:url(../imagenes/images/promociones.gif);
	width:87px;
}
#promociones:hover {
	background-image:url(../imagenes/images/promociones_hover.gif);
}
#casas-rurales {
	background-image:url(../imagenes/images/casas_rurales.gif);
	width:96px;
}
#casas-rurales:hover {
	background-image:url(../imagenes/images/casas_rurales_hover.gif);
}
#contacto {
	background-image:url(../imagenes/images/contacto.gif);
	width:65px;
}
#contacto:hover {
	background-image:url(../imagenes/images/contacto_hover.gif);
}

#pdf {
	background-image:url(../imagenes/images/pdf.gif);
	width:32px;
}
#pdf:hover {
	background-image:url(../imagenes/images/pdf_hover.gif);
}

/*ACCESO*/
#acceso {
	width: 280px;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: auto;
	background-image: url(../imagenes/candado.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#acceso label{
	display: block;
}
#acceso form{
	width: 210px;
	height: 130px;
	float: right;
	margin: 10px 0 10px 0;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}
/*FORMULARIOS*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	height: 16px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
.boton {
	height: 18px;
	margin-top: 10px;
}
.link a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.link a:hover {
	text-decoration: underline;
}
#formulario table {
	margin: auto;
}
th {
	font-weight: bold;
	color: #fff;
	background-color: #999;
	text-align: center;
}
td.promocion {
	background-color: #eee;
	text-align:center;
}

