/*
      Theme Name: hostalelcastillo
      Theme URI: http://www.
      Version: 1.0
      Author: Portales Andalucia
      Author URI: http://www.portalesandalucia.com
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END FIXES */
h1{
	height:0px;
	display:block;
	text-indent:-99999px;	
}
a{
 	font-family:Arial,Helvetica;
	font-weight:normal;
	text-decoration:none;
	outline:none;
	color:#000066;
}   
ul{
	list-style-type:none;
}
img{
	border:none;
}
p{
	margin:5px 0px 0px 0px;
}
h2 a{
	height:53px;
	display:block;
	color:#577B9F;
	font-size:26px;
	background:url(images/h2a.jpg) bottom repeat-x;
 	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	margin-left:-17px;
	margin-top:28px;
	padding-left:23px;
}
body{
 	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	color:#003366;
	background: url()  repeat-x;
	text-align:center;
}

#page{	
	width:980px;
	margin:20px auto 0px auto;
	background:url(images/page.jpg) no-repeat;
	height:600px;
	text-align:left;
}
#header {  
	height:130px;	
	position:relative;
}
	#header #idiomas  {
		position:absolute;
		right:10px;
		bottom:10px;
		width:175px;
	}
		#header #idiomas  .qtrans_flag {
			float:left;
			width:30px;
			height:22px;
			padding-right:10px;
		}
#container {
	
}
	#content {
		width:683px;
		float:right;
		margin-right:47px;
		position:relative;
	}
		.entry{
			height:265px;
			overflow:auto;
			text-align:justify;
			padding:10px 25px 0 10px;
		}
			.inicio{
				background:url(images/entry_inicio.jpg) 0px 75px repeat-x;
				margin-left:-18px;
				height:400px;
			}
		.direccion{
			background:#eef none repeat scroll 0 0;
			bottom:-47px;
			height:52px;
			left:-16px;
			position:absolute;
			width:697px;
			font-family:Tahoma, Arial,Helvetica;
			font-size:13px;
			color:#000066;
			font-weight:bold;
		}
			.direccion a{
				font-family:Tahoma, Arial,Helvetica;
				font-size:13px;
				color#000066;
				font-weight:bold;
				text-decoration:underline;
			}
		.entry_cat{
			margin-top:20px;
		}
			.entry_cat a{
				color:#003366;
				font-weight:bold;
			}
				.galery {
					margin-top:5px;
				}
					.galery li{
						float:left;
						padding:8px;
						background:#F3F3F3;
						margin:5px 10px 5px 20px;
						border:1px solid #ccc;
					}
						.galery li:hover{
							border:2px solid #3388CC;
							margin:4px 9px 4px 19px;
						}
						.galery li img{
						}
	#sidebar {
		width:230px;
		float:left;
		margin:20px 0px 0px 20px;
	}
		#sidebar .menu_li{
			position:relative;
		}
			#sidebar a.title{
				display:block;
				height:20px;
				width:200px;
				position:absolute;
				bottom:15px;
				left:10px;
				font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
				font-size:20px;
				color:#fff;
			}	
				#sidebar li:hover a.title {
					padding-left:20px;
					background:url(images/flesh.png) 0px bottom no-repeat;
				}
		.servicios{
			height:70px;
			background:url(images/servicios.png) no-repeat;
		}			 
			
		.interiores{
			height:70px;
			background:url(images/interiores.png) no-repeat;
		}	
			
		.alrededores{
			height:70px;
			background:url(images/alrededores.png) no-repeat;
		}	
			
		.tarifas{
			height:70px;
			background:url(images/tarifas.png) no-repeat;
		}	
			
		.contacto{
			height:70px;
			background:url(images/situacion.png) no-repeat;
		}	
#footer {
	
}

table {
	border:1px solid #7995B4;
	border-collapse:collapse;
}
	table tr th{
		color:#fff;
		background:#000066;
		padding:10px;
		text-align:center;
		border:1px solid #7995B4;
	}
		table tr td.linea{
			background:#7995B4;
			padding:5px 10px;
			color:#fff;	
			text-align:left;			
		}
	table tr td{
		border:1px solid #7995B4;
		padding:2px 10px;
		text-align:center;
		color:#000066;
		font-weight:bold;
	}
	
