* { padding: 0; margin: 0; }

body {
 background-color:#4367B1;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-align:justify;
 font-size: 14px;
}
#wrapper {
 background-color:#FFF;
 margin: 0 auto;
 width: 976px;
}

/*Cabecera*/
#header {
 width: 894px;
 height: 96px;
 padding:0px 41px;
 float: left;
}
#logo {
 float:left;
 background-image:url(../images/access-logog.jpg);
 background-repeat:no-repeat;
 background-position:bottom;
 width:217px;
 height:96px;
}
#telefono {
 float:right;
 width:350px;
 text-align:right;
 margin-top:34px;
}
.telf {
 font-size:17px;
 color:#0077C7;
 font-weight:bold;
}
.mailto{
 color:#000;
 text-decoration:none;
}
.mailto:hover {
 color:#F55D12;
}

/*Navegador*/
#navigation {
 float: left;
 width: 976px;
 height:32px;
 color: #FFF;
 background-color: #2C51A3;
}
#menu{
 float:left;
 width:901px;
}

.menu1 {padding:0 0 0 41px; margin:0; list-style:none; height:32px; position:relative;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:32px; line-height:32px; color:#fff; text-decoration:none; font-size:14px; font-weight:bold; text-align:center; padding:0 7px 0 7px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 8px 0 8px;}
.menu1 li.current a {color:#fff;}
.menu1 li a:hover {color:#fff; background:#628FD1}
.menu1 li.current a:hover {color:#fff; background:#628FD1; cursor:default;}

#idiomas{
 float:right;
 width:70px;
 height:32px;
 line-height:32px;
 background-color:#628FD1;
 text-align:center;
}

/*Contenido */ 

.bloque {
 padding:25px 41px;
 clear: both;
 line-height:16px;
}

#ninyos {
 background-image:url(../images/hello.jpg);
 background-position: right bottom;
 background-repeat:no-repeat;
}

.azuloscuro{
 background-color:#AFD7F1;
}
.azulmedio{
 background-color:#D0E8F7;
}
.azulclaro{
 background-color:#E3F4FC;
}

.leftcolumn {
 float:left;
 width: 420px;
 float: left;
}
.rightcolumn { 
 float: right;
 width: 427px;
 display: inline;
}

/* Pié de página */
#footer { 
 width: 956px;
 height:20px;
 clear: both;
 color: #FFF;
 background-color: #2C51A3;
 text-align:center;
 padding: 10px;
}
#footer span {
 margin:0px 10px;
}
.e-mail {
 color:#FFF;
 text-decoration:none;
}

/*Fuentes*/
h2{
 font-size:21px;
 color:#2C51A3;
}
.tit_azul{
 font-size:17px;
 color:#2C51A3;
 margin-bottom:5px;
}
.tit_naranja{
 font-size:17px;
 color:#F55D12;
 margin-bottom:5px;
}
.txt_naranja{
 color:#F55D12;
}
.txt_azul_link{
 font-size:14px;
 color:#2C51A3;
 font-weight:bold;
 text-decoration:none;
}
.txt_azul_link:hover{
 color:#F55D12;
}

.hidden {display:none;}
.clear {clear:both}

.galerie {
 margin-right:10px;
}

/*Formulario*/

input {
 color:#2C51A3;
 width:315px;
 height:22px;
 border:1px solid #BEBDBD;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-align:justify;
 font-size: 14px;
 line-height:20px;
 padding-left:2px;
}

textarea {
 color:#2C51A3;
 width:315px;
 border:1px solid #BEBDBD;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-align:justify;
 font-size: 14px;
 line-height:20px;
 padding-left:2px;
}

.campoform {
 width:100px;
 float:left;
}

.botonenviar {
 width:77px;
 height:28px;
 line-height:33px;
 color:#FFF;
 font-weight:bold;
 border:none;
 background:#008DD0 url(../images/botonenviar.png) no-repeat;
 cursor:pointer;
}

.botonsend {
 width:77px;
 height:28px;
 line-height:33px;
 color:#FFF;
 font-weight:bold;
 border:none;
 background:#008DD0 url(../images/botonsend.png) no-repeat;
 cursor:pointer;
}