@import url('reset.css');

body {
	background: #FBFDE7 url(../img/fondo.jpg) repeat-x;
}
p {
	line-height: 1.4em;
	margin: .5em 0;
}
#main {
	width: 955px;
	margin: 0 auto;
	overflow: auto;
	height: 1%;
}
#cabecera {
	padding-top: 30px;
	overflow: auto;
	height: 1%;
}
#sub-cabecera {
	width: 450px;
	float: left;
	overflow: auto;
	height: 1%;
}
#cabecera h1, #cabecera h3 {
	font-size: 4.4em;
	color:#514F46;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#cabecera h3 {
	font-size: 1.3em;
	font-weight: bolder;
	margin-left: 10px;
}

#contenedor-logo {
	width: 243px;
	height: 107px;
	float: left;
	margin-right: 20px;
}

#contenedor-contacto {
	width: 55px;
	text-align: center;
	float: right;
}
#contenedor-contacto a {
	color:#514F46;
	text-decoration: none;
	font-size: 1.2em;
}

.division {
	float: left;
}
.division2 { 
	border: 1px solid #CCCCCC;
	border-width: 0 1px;
	width: 275px; }

.division3 div.contenido-bloque {
	width: 290px;
	background: #e0e4c9;
	text-align:center;
	margin: 0 0 0 10px;
}
.division3 div.contenido-bloque p {
	text-align:left;
}
.division3 div.contenido-bloque img {
	margin-top: 10px;
}
.division.division3 h2 a, .division.division3 h2 a:visited { 
	font-size: .8em;
	color: #ea6d21;
	text-decoration: none;
}

.division2 .pad { padding: 8px; }

.division h2 {
	color: #ea6d21;
	font-size: 2em;
}
.division p {
	font-size: 1.2em;
	color:#757b5e;
}
.contenido-bloque .pad { padding: 8px; }

#cuerpo .primerDiv {
	overflow: hidden; 
	height: 1%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.bordes-laterales {
	border: 1px solid #bbb;
	border-width: 0 1px;
}
/**/

.destacados {
	overflow: auto;
	height: 1%;
	margin: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}

.destacados li {
	float: left;
	text-align: center;
	margin: 0 4px;
}
.destacados li h3 a{
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #999999;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
}

*+html .destacados li h3 a{ font-size: 1.3em; }
* html .destacados li h3 a{ font-size: 1.3em; }

#footer {
	color:#666666;
}
#footer a {
	color:#666666;
	text-decoration: underline;
	/*line-height: 3em;*/
}

#footer p {
	font-size: 1.1em;
}

#menu {
	margin: 0 0 20px;
}

.destacados li div {
	float: left;
	/*width: 232px;
	height: 190px;
	background: url(../img/foto4.png) no-repeat;*/
}


#columna-izquierda {
	float: left;
	width: 300px;
	font-size: 1.1em;
	color:#444;
}

.contenido {
	font-size: 1.1em;
	color:#444;
}
.contenido h2 {
	font-size: 2em;
	color: #EA6D21;
}

#columna-derecha {
	float: right;
	width: 620px;
	font-size: 1.1em;
	color: #444;
}

.foto { margin: 20px 10px; }

#columna-izquierda .pad, #columna-derecha .pad {
	padding: 9px;
}


.fila-fotos {

}

.foto-lb {
	float: left;
	border: 1px solid #CCCCCC;
	padding:3px 0;
	margin: 5px;
	background: #fff;
}

.bordef {
	border: 1px solid #CCCCCC;
}


/* CONTACTO *************************/

div.contacto {
	font-size: 1.1em;
}

div.contacto h2 {
	font-size: 2em;
	color: #EA6D21;
}

#formContacto {}
#formContacto {
	color: #555;
	font-size: 1em;
	margin: 20px 0 20px 15px;
}
#formContacto label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
}
#formContacto input, textarea {
	border: 1px solid #777;
	width: 300px;
}

#formContacto input#btnEnviar {
	font-size: .9em;
	width: 63px;
	height: 19px;
	background: url(../img/btn_enviar.gif) no-repeat;
	border: none;
	color: #fff;
}

div#alerta {
	color:#CC0000;
	padding: 0px 10px;
	text-align: left;
	background: #FFFFCC;
	border: 1px solid #FF9900;
	font-weight: bolder;
}

div.separador {
	height: 1px;
	margin: 8px 0;
}

div.videos {
	text-align: center;
}

div.videos a {
	margin-right: 6px;
}

div#idiomas {
	float: right;
	width: 50px;
	height: 20px;
	margin-right: 20px;
}

div#idiomas a {
	border: none;
	float: left;
	margin-right: 4px;
}
/************************************/


















/***************************************************************/

#MainMenu 
{
	height:30px;
	margin:0;
	border-style:solid;
	border-color:#B5E249;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:5px;
	border-left-width:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	background:#000000 url("../img/bright_058.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../img/bleft_058.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bolder;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
/*	border-style:solid;
	border-color:#B5E249;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:5px;*/
	border-left-width:0;
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0 1px 0 0 ;
	padding:0;
	display:block;
	border:0 solid ;
	color:#FFFFFF;
	background: #B5E249;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:30px;
	background: #B5E249;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #a1d12e;
	background: #339900;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.dropmenudiv a:hover span 
{
	background: #a1d12e;
	color:#FFFFFF;
	font-weight:bold;
}

.centrar { text-align: center; }