html, body{height:100%;}
html{font-family:Georgia;font-size:.9em;color:#6D6E6F;}

#cabecera{height:105px;width:100%;float:left;}
#cabecera h1{float:left;width:24%;margin:10px 0 0 4.5%;}
#cabecera h1 span{display:none;}
#cabecera #menu{float:left;width:64%;margin:55px 2% 0 0;text-align:right;}
#cabecera #menu li{display:inline;color:#FE6F04;font-size:1.2em;}
#cabecera #menu li a{color:#6D6E6F;}
#cabecera #menu li a:hover{color:#FE6F04;}

#cuerpo{width:100%;min-height:70%;float:left;clear:left;margin-bottom:25px;}
#cuerpo #cita{height:184px;width:100%;float:none;background:url(../img/fondo.gif) no-repeat;}
#cuerpo #cita cite, #cuerpo #cita .cita{width:40%;margin:50px 20px 0 0;float:right;color:#FFF;font-size:1.4em;font-style:italic;}
#cuerpo #cita cite span{font-size:0.75em;}

#cuerpo #contenido{width:100%;float:left;padding-top:20px;background:url(../img/sombra.gif) repeat-x;}
#cuerpo #contenido h2{color:#FF6600;font-size:1.4em;padding:5px 0 20px 50px;margin:0;}
#cuerpo #contenido ul{list-style-type:none;}
#cuerpo #contenido li{background:url(../img/iconos/vineta6.png) no-repeat 0 3px;padding-left:15px;margin:0;}
#cuerpo #contenido a{color:#FF7011;}
#cuerpo #contenido a:hover{text-decoration:underline;}

#pie{float:left;position:relative;height:90px;width:100%;padding-top:10px;background-color:#353535;border-top:7px solid #595959;color:#FFF;}
#pie ul{list-style-type:none;font-size:.75em;padding-left:40px;}
#pie li#tlfno{background:url(../img/iconos/phone.gif) no-repeat;padding-left:20px;}
#pie li#email{background:url(../img/iconos/email.gif) no-repeat;padding-left:20px;}
#pie li#skype{background:url(../img/iconos/skype.gif) no-repeat;padding-left:20px;}
#pie li#copy{text-align:center;}
#pie li a, #pie li a:link, #pie li a:active, #pie li a:visited{color:#FFF;}
#pie li a:hover{color:#FE6F04;}

/* Success, error o notificaciones boxes for messages. */
.error, .notice, .success    { float:left; width:96%; padding: .5em; margin-bottom: 1em;  border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FFA0A3; }
.notice     { background: #FFF5D9; color: #817134; border-color: #FFD324; }
.success 	{ background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
.error a:hover  { clear:both; background:#FFFFFF; }
.notice a:hover   { clear:both; background:#FFFFFF; }
.success a:hover  { clear:both; background:#FFFFFF; }

/* Clases genéricas */
.naranja{color:#FF7011}