/* General
________________________________________*/
body, div, a, p, h2, input, textarea
{
	font: 10px Verdana, sans-serif;
	line-height: 14px;
	color: #FFF;
}
h1
{
	font: 12px Verdana, sans-serif;
	line-height: 17px;
	color: #FFF;
}
body, div, ul, li, form, input, textarea, table, tr, td
{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}
body
{
	background: #A20000;
	text-align: center;
}

/* wrap
________________________________________*/
#wrap
{
	width: 870px;
	height: auto;
	margin: 0 auto;
}

/* Language
________________________________________*/
#lan
{
	float: right;
	width: 186px;
	height: auto;
	text-align: right;
}
	#lan ul
	{
		list-style: none;
	}
	#lan li
	{
		float: left;
	}
	#lan a
	{
		color: #440000;
		text-decoration: none;
		padding: 3px 5px;
		display: block;
		width: 48px;
		text-align: center;
		border: 1px solid #790000;
	}
	#lan a:hover
	{
		color: #FFF;
	}
	#lan a.current
	{
		font-style: italic;
	}


/* Content
________________________________________*/
#content
{
	float: left;
	width: 870px;
	height: auto;
}


/* Logo
________________________________________*/
#logo
{
	float: left;
	width: 370px;
	height: 180px;
	background: url("/content/img/vista-hermosa.gif") no-repeat bottom left;
}
	#logo h1
	{
		display: none;
	}


/* Holder foto
________________________________________*/
#holder-foto
{
	float: right;
	width: auto;
	height: auto;
	margin-top: 50px;
}
	#holder-foto #bg-foto
	{
		width: 450px;
		height: 339px;
		background: #790000;
	}
	#content-foto table {
		width:450px;
	}
	#content-foto table td {
		text-align:center;
	}
	#holder-foto #foto img
	{
		width:auto;
		height: 333px;
		border: 3px solid #E37972;
	}
	
	
/* Holder info
________________________________________*/
#holder-info
{
	float: left;
	width: 380px;
	height: auto;
	margin-top: 10px;
}


/* Presentacion
________________________________________*/
#presentacion
{
	width: auto;
	height: 270px;
	float: left;
}
	#presentacion table {
		width:300px;
	}
#contacto
{
	width: auto;
	height: auto;
	float: left;
}
#contacto td
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 10px;
}
#contacto td.last
{
	vertical-align: top;
}
#contacto input, #contacto textarea
{
	background: #FFF;
	width: 240px;
	color: #000;
	padding: 1px;
}
#contacto .bt
{
	width: auto;
	height: auto;
	background: #ED1B23;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}
#presentacion a, #contacto a
{
	color: #440000;
	text-decoration: none;
	font-weight: bold;
}


/* Menu
________________________________________*/
#menu
{
	width: auto;
	height: auto;
}
	#menu ul
	{
		list-style: none;
	}
	#menu li
	{
		float: left;
	}
		#menu li a
		{
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			padding: 0px 10px 0px 0px;
			color: #440000;
		}
		#menu li a.current
		{
			color: #FFF;
		}


/* Thumbs
________________________________________*/
#thumbs
{
	float: left;
	width: 870px;
	height: 124px;
	margin-top: 10px;
	overflow: hidden;
}
	.nav a
	{
		text-decoration: none;
		padding: 0px 2px;
	}
	#thumbsHolder
	{
		width: auto;
		height: 110px;
	}
	#thumbs table, #thumbs tr, #thumbs td
	{
		border: 0;
		margin: 0;
		padding: 0;
	}
	#thumbs td
	{
		list-style: none;
		padding-right: 6px;
	}
	#thumbs td a img
	{
		border: 2px solid #E37972;
	}
	
#subopciones {
	padding-top:5px;
}
#opciones a.current,#subopciones a.current {
	color:#fff;
}