/***************** TTT *********/
html, body {
 	margin-top: 5px;
	 
}

body, ul, li, p, h1, h2, h3, form, fieldset, input {
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

img, fieldset {
    border: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #06556a;
}

a:hover {
    text-decoration: underline;
}
/* -----------Clearfix----- */
.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;
}

.center {
	text-align:center;
}
/* End hide from IE-mac */
/* ----------------------- */
/* ------------------------- */
body {
    color: #333;
    font-family: Arial, sans serif;
    font-size: .8em;
}
/* CSS Document */
/* Comunes */
#contenedor {
    margin: 0 auto;
    width: 808px;
}


#cabecera{
  height: 139px;
  background: url(../../images/cabecera1.jpg) no-repeat;
}
#cabecera a.home{
 display:block;
 text-indent:-99999px;
 width:800px;
 height:120px;
}



#centro{
  background-color:#008eb4;
  background: url(../../images/fondo_centro.jpg) repeat-y;
  width: 730px;
  min-height: 320px;
  height: auto !important;
  height: 320px;
  padding: 0 39px 0 39px;
  display: block;
}

#pie{
  height: 100px;
  background: url(../../images/fondo_pie.jpg) no-repeat;
  text-align: center;
}
#pie img{
margin-top: 10px;
padding: 0 20px 0 20px;
}

.derecha{	text-align: right;}
h1{font-size: 2.5em; padding-top:30px; text-align: center;}

.texto{font-family: "Trebuchet MS";}
.msg, .texto_email{	color: #E0F4F5; font-size:1.2em; line-height: 1.6em;  font-weight: bold;}
.campo_error{	color: #E0F4F5; font-weight: bold;}

.azul1{	color:#06556a;}
.azul2{	color:#09728e;}
.azul3{	color:#75c2d6;}
.texto1{	font-size:1.6em; line-height: 1em;}
.texto2{	font-size:1.8em; line-height: 1em;}
.texto3{	font-size:3em; line-height: 1em;}
.texto4{	font-size:3em; line-height: 2em;}
.flecha{
	margin-top:15px;
	padding-left: 0px;
}


#contenido{
	margin-top:30px;
	width:500px;
	float: left;
}
#derecha{
	width: 150px;
	float: left;
}

#derecha2{
	width: 50px;
	float: left;
}

#contenido_suscripcion{
	margin-top:30px;
	width:300px;
	float: left;
}

#contenido_email{
	margin-top:30px;
	width:430px;
	float: left;
}
#derecha_email{
	margin-top:30px;
	width: 250px;
	float: left;
}

#galeria a:hover{
	cursor:hand;
}

#formulario{
	width: 200px;
	margin-right:50px;
	float:left;	
}

#formulario label, label{
	font-size:1.6em; line-height: 1.1em;color:#06556a;font-family: "Trebuchet MS"; display: block;
}
#formulario .input, #formulario textarea, .input{
	background-color:#b3dde9;
	border: 1px solid #b3dde9;
	width: 200px;
}

#formulario .boton, .boton{
	border: 1px solid #b3dde9;
}

.lista_boletines{
	margin-left:5px;
}

#cuadro_ultimos_boletines{
	float:right; 
	margin:0 0 10px 10px;
	background-color:#75c2d6;
	padding:5px;
}

.lista_boletines li{
	font-size:1.2em;
	margin-bottom:2px;
}