﻿@charset "utf-8";

/* Estructura general de la página */ 
* { margin: 0;	padding: 0; }
body { padding:0; font-family:Helvética,Arial; background:white; color:Black; }
#pagina{ margin:0 auto; width:979px; font-size:100%; text-align:left; }

#col_1 { float:left; width:687px; padding:0 35px 0 15px; }
#col_2 { float:right; width:242px; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }


/*** Algunas clases útiles: ***/
.float_left { float: left; }
.float_right { float: right; }
.clear { clear:both;margin:0;padding:0; height:0px; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }
.alinear_derecha { text-align:right; }
.txtRojo { color:#b8132b; }


h1 { float:left; width:370px; height:83px; background:url(../img/logo.png) no-repeat; text-indent:-9999px;}
h2 { font-size:1.5em; color:#007438; font-weight:normal; }


/* Menu */
#menu { width:979px; height:98px; padding-top:15px; }
#menu #links { float:right; width:600px; }
#menu ul { margin-top:30px; list-style:none; font-size:0.75em; }
#menu li { float:left; margin-left:28px; }
#menu li img { vertical-align:middle; }
#menu a { color:black; }



/* Cabecera */
#cabecera { width:979px; height:228px; margin-bottom:30px; }


/* Servicio tecnico */
#serv_tecnico {}
#serv_tecnico .telefono {text-align: center;}
#serv_tecnico .cabecera { width:240px; height:32px; background:url(../img/serv_tecnico.gif) no-repeat 50% 50%; text-indent:-9999px; background-color:#b0de27; border:solid 1px #7ca800; }
#serv_tecnico .cuerpo { margin-top:1px; margin-bottom:1px; padding:15px; background:#f0f1ec; border:solid 1px #7ca800; }
#serv_tecnico .cuerpo .estado_on { font-size:0.9em; color:#007438; line-height:1.4; }
#serv_tecnico .cuerpo .estado_on img { margin-right:10px; }
#serv_tecnico .cuerpo .datos { margin-top:20px; font-size:0.75em; }
#serv_tecnico input { width:200px; border:solid 1px #9fbb04; }
#serv_tecnico input.btnSubmit { width:120px; height:20px; background:url(../img/btn.gif) repeat-x bottom; background-color:#fbdd89; color:#aa0923; font-weight:bold; font-size:0.8em; border:solid 1px #dea303; }
/* OFF */
#serv_tecnico .cuerpo .estado_off { font-size:0.9em; color:#b8132c; line-height:1.2; text-align:center; }
#serv_tecnico .cuerpo .datos img { text-align:center; }


/*Centrado manual...*/
#logo_confianza_online {text-align: center; margin: 10px auto;}
#logo_facebook {width: 85px; height: 26px; text-align: center; margin: 5px auto}
#logo_facebook a img {border: none;}
#logo_aenor {width: 144px; margin: 20px 57px; text-align: center;}
#logo_ascendia {width: 135px; margin: 30px auto; text-align: center;}


/* Pie */
#pie { margin-top:30px; margin-bottom:10px; height:60px; padding-top:10px; background:#f0f1ec; border-top:solid 2px #9fbb04; text-align:center; font-size:0.7em; color:#999; }
#pie .links { margin-top:5px; margin-bottom:5px; }
#pie a { color:#666; margin-right:6px; margin-left:6px; }

/* Otros */
.mensaje_info_ok {margin: 10px; border: #FCCD4D solid 5px; padding: 5px; font-weight: bold;}
.mensaje_info_error {margin: 10px; border: #B8132B solid 5px; padding: 5px; font-weight: bold;}
