@import url("reset.css");

/* ESTRUCTURA ********************/
html,body{
	height: 100%;
	background: #000;
}
#tabla{
	display: table;
	width: 100%;
	height: 100%;
}
#contenido{
	display: table-cell;
	vertical-align: middle;
}
.marco{
	width: 940px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}
/*********************************/

/* LINKS *************************/
a{
	text-decoration: none;
	color: #000;
}
/*********************************/

/* TITULOS ***********************/
h1{
	font-size: 1.8em;
	letter-spacing: -0.1em;
	color: #666;
	margin-bottom: 5px;
}
h2{
	font-weight: bold;
	color: #c93;
	margin-bottom: 10px;
}
/*********************************/

/* FORMULARIOS *******************/
form{
	padding-top: 5px;
}
.bloque{
	margin-bottom: 10px;
}
label{
	float: left;
	width: 120px;
	line-height: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
.text,.textarea{
	border: 1px solid #999;
	color: #999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px 5px;
}
.textarea{
	width: 350px;
	height: 110px;
}
.text.activo, .textarea.activo{
	border: 1px solid #c93;
}

.boton{
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px 10px;
}
.boton:hover{
	background: #c93;
}
.boton input{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	border: 0;
}
#alerta_contacto{
	font-size: 1.1em;
	padding-bottom: 10px;
}
/*********************************/

/* CABECERA **********************/
#cabecera{
	background: #000;
	height: 92px;
}
#logo{
	position: relative;
	left: -6px;
}
/*********************************/

/* CUERPO ************************/
#cuerpo{
	height: 391px;
	overflow: hidden;
	background: #fff url(../img/bg_cuerpo.gif) center repeat-x;
	color: #999;
}
#cuerpo .marco{
	height: 240px;
	padding-top: 17px;
	padding-bottom: 20px;
	margin-top: 39px;
	overflow: hidden;
}
#inicio #cuerpo .marco{
	height:277px;
	padding:0;
}

#cuerpo .texto{
	float: left;
	margin-left: 2px;
	width: 233px;
	height: 205px;
	overflow: hidden;
	padding: 5px 0;
	padding-right: 10px;
	margin-right: 5px;
	background: url(../img/bg_texto.gif) right no-repeat;
	font-size: 1.1em;
}
#cuerpo .texto p{
	margin-bottom: 5px;
}
#cuerpo .texto li{
	padding-left: 8px;
	background: url(../img/bullet.gif) 0 6px no-repeat;
}
#cuerpo .imagen{
	float: left;
	background: url(../img/bg_fotos.gif) no-repeat;
	width: 319px;
	height: 195px;
	padding: 12px;
	margin-right: 3px;
}
#cuerpo .imagen.ultima{
	margin-right: 0;
}

#cuerpo .frase{
	width: 685px;
	font-size: 1.1em;
	float: right;
}

#paginador_izquierda, #paginador_derecha{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 277px;
	background: url(../img/flecha_izq.gif) center no-repeat;
	cursor: pointer;
}
#paginador_derecha{
	left: auto;
	right: 0;
	background: url(../img/flecha_der.gif) center no-repeat;
}
#paginador_izquierda.over{
	background: url(../img/flecha_izq_over.gif) center no-repeat;
}
#paginador_derecha.over{
	background: url(../img/flecha_der_over.gif) center no-repeat;
}

#contacto h3{
	font-size: 1.2em;
	color: #c93;
	font-weight: bold;
}
#contacto p{
	font-size: 1.1em;
	margin-bottom: 10px;
}
#info_contacto{
	float:right;
	text-align:right;
	margin-top:170px;
}
#info_contacto p{
	margin:0;
}
#info_contacto p.destacado{
	color: #000;
}
#formulario_de_contacto{
	float: left;
}
/*********************************/

/* MENU **************************/
#menu{
	min-height: 74px;
	height: auto !important;
	height: 74px;
	background: #fff url(../img/bg_menu.gif) top repeat-x;
	padding-top: 2px;
}
#menu img{
	position: absolute;
	top: -33px;
	left: 20px;
}
#menu img#facebook{
	left:auto;
	top:27px;
	right:0;
}
#menu li{
	float: left;
	line-height: 74px;
	min-height: 74px;
	height:auto !important;
	height: 74px;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 2px;
	background: url(../img/separador_menu.gif) right no-repeat;
}
#menu li.ultimo{
	background: none;
}
#menu li a{
	color: #000;
	display: block;
	padding: 0 25px;
}
#menu li.primero a{
	padding-left: 0;
}
#menu li.ultimo a{
	padding-right: 0;
}
#menu li a:hover, #menu li.seleccionado a{
	color: #c93;
}
/*********************************/

/* PIE ***************************/
#pie{
	line-height: 25px;
	background: #000;
	font-size: 1.1em;
	color: #999;
}
#pie a{
	color: #999;
	margin: 0 12px;
}
#pie a.primero{
	margin-left: 0;
}
#pie a:hover, #pie a.seleccionado{
	color: #c93;
}
#creditos{
	float: right;
	color: #333;
}
#creditos a{
	color: #333;
	margin: 0;
}
/*********************************/
