﻿body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FBFFFF;
}

#central {
	width:900px;
	
	
	margin:10px auto 10px auto;
	border:1px silver solid;
	
}




h1 {
	font-size:16px;
	color:black;
	line-height:16px;
	margin:5px;



}

h2 {
	color: #333333;
	font-size:12px;
	line-height:12px;
	height:12px;
	margin:5px;
}

h3 {
	color:#333333;
	font-weight:normal;
	font-size:12px;
	margin:5px;
	text-align:justify;	
}

h3 a {
	text-decoration: none;
	color: #52ADF8;
	font-weight: bold;
}

h3 a:hover {
	text-decoration: underline;
}

#cabecera {
	background-image: url('imagenes/Hotel_villa_de_Torla.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:900px;
	height:120px;
}

#subtitulo_cabecera {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:100px;
	margin-left:30px;
}

#cuerpo1 {
	height:392px;
	padding:5px;
	
}

#texto_1 {
	float:left; 
	width: 340px;
	height:382px;
	padding-top:10px;
}

#imagen1 {
	float:right; 
	width:540px;
	margin-top:0px;
	position:relative;
}

#cuerpo2 {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

#banner {
	width:300px;
	float:left;
	
	background-image:url('imagenes/pradera_ordesa.jpg');
	background-repeat:no-repeat; 
	background-position:center bottom;
	height:210px;
}

#banner2 {
	width: 300px;
	float: left;

	background-image: url('imagenes/habitaciones_ordesa.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height:210px;
}

#banner3 {
	width: 300px;
	float: left;
	
	background-image: url('imagenes/btt_ordesa.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height:210px;
}

#titulo_banner {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top:20px; 
	padding-left:20px;
}

#texto_banner {
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#333333;
	height:130px;
	font-style:italic;
	padding-top:5px;
	
}

#boton {
	background-image: url('imagenes/boton_naranja.png');
	background-repeat:no-repeat; 
	background-position:right bottom;
	width:104px;
	height:38px;
	float:right;
	margin-right:10px;
	text-align:center;
	line-height:30px;
}

#boton a {
	
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#boton a:hover {
	color: #000000;
	text-decoration: underline;
}


#cuerpo3 {
	height: 580px;
	font-size:12px;
	color:#666666;
	line-height:14px;
	display:block;
	clear:both;
	padding:10px;
	text-align:justify;
	line-height:14px;
}

#foto_grande {
	float:right;
	width:430px;
	height:333px;
}

#cuerpo4 {
	background-image:url('imagenes/fondo_bajo.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	width:900px;
	height:160px;
		clear:both;
	display:block;

	
}

#cuerpo4 a {
	background-image: url('imagenes/flecha_verde.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height:23px;
	padding-left:30px;
	
}

#cuerpo4 a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}

#enlaces1 {
	width:420px;
	height:150px;
	float:left;
	border-right:1px silver solid;
	margin-top:5px;
	margin-left:10px;
}


#enlaces2 {
	width:420px;
	height:150px;
	float:right;
	margin-top:5px;
	margin-left:10px;
}

#irhotel {
	position:absolute;
	z-index:2000;
	top:312px;
	padding-left:418px;
	width:100px;
}

#irhotel a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#irhotel a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#separador {
	width:900px;
	height:2px;
	display:block;
	clear:both;	
}

#pie {
	display:block;
	clear:both;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#666666;
	width:900px;
	margin:5px auto 5px auto;
}

#pie a{
	color: #000000;
	text-decoration: none;
}

#pie a:hover {
	text-decoration:underline;
}

