@charset "utf-8";
body{
	font:14px Tahoma, Geneva, sans-serif;
	background:url(../media/layout/page-bg.jpg);
	margin:0; 
	padding:0;
	text-align:center; 
	color:#666;
}
a{ color:#666; text-decoration:none; outline:none }
a:hover{ text-decoration:underline }
img{ border:none }
#logo{ margin:10px }
#fb{ position:absolute; top:50px; left:10px }
#lang{ margin:10px; float:right }
#container{ 
	background:#fff;
	width:866px;  
	border:#999 1px solid;
	text-align:left; 
	/*overflow:hidden;*/
	/*min-height:622px;*/
	margin:10px auto
	/*
	height:622px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-311px 0 0 -433px;
	*/
} 
#header{ 
	height:110px;
	position:relative;
} 
#content{
	margin:0 42px;
	border:#999 1px solid;
	height:412px;
	overflow:hidden;
	background:url(../media/layout/sidebar-bg.png) repeat-y;
	position:relative;
}
#ico{
	width:28px;
	height:28px;
	position:absolute;
	bottom:10px;
	left:304px;
	z-index:999;
}
#left{
	float:left; 
	width:276px;
}
#right{
	margin-left:317px;
}
#left .top, #left .bottom{ width:276px }
#right .top, #right .bottom{ width:424px }
.top{
	padding:0 20px 20px 20px;
	position:absolute;
	top:0;
}
.bottom{
	padding:5px 20px;
	position:absolute;
	bottom:0;
}

#footer{ 
	/*height:100px;*/
} 
.fltrt{ 
	float:right;
	margin-left:8px;
}
.fltlft{ 
	float:left;
	margin-right:8px;
}
.clearfloat{ 
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

#menu{
	position:absolute;
	bottom:5px;
	right:27px;
}
#menu ul{ list-style:none }
#menu li{
	display:block;
	float:left;
	padding:0 15px;
	border-right:#666 1px solid;
}
#menu li.last{ border:none }
#menu a.current{ color:#f96 }
#menu a{ font-weight:bold; font-variant:small-caps; font-size:16px }

#thumbs{ width:860px; margin:0 auto }
div.preview{
	position:relative;
	margin:5px 3px;
	float:left;
}
img.preview{
	left:0;
	position:absolute;
	cursor:pointer;
	background-color:#FFFFFF;
}

.map{
	width:464px;
	height:412px;
}

ul{ padding:0 0 0 15px }

.center{ text-align:center }

a.seccion{
	display:inline-block;
	padding:10px;
	margin:0 5px;
	font-weight:bold;
	border-bottom:2px #F00 solid;
}
a.seccion:hover{
	text-decoration:none;
	border-bottom:2px #666 solid;
	color:#f00;
}

.hidden{ display:none }

label{ width:120px; display:inline-block }
textarea{ width:266px }

.msg{
	text-align:center;
	border:2px #f00 solid;
	color:#f00;
}

.r{ color:#F00 }
.n{ color:#000 }

p.doublespace{
	line-height:40px;
	margin:30px 0;
}

#contactar span{ display:block; margin:5px 0 }
