@charset "UTF-8";
/* CSS Document */

html, body{height:100%; width:100%; margin:0px; background-color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size:11px;}
a:link, a:active, a:visited{color:#00F; text-decoration:none;}
a:hover{color:#00F; text-decoration:underline;}
table{ border-collapse:collapse;}
td{ vertical-align:top;}
p{margin:14px 0px 0px;}
input, select{ border:1px solid #F7571E; background-color:#FFF; margin:5px 0px 0px; height:22px;}
h3{ font-size:13px; color:#F7571E;}

/* cabecera */
#holder_cabecera{ height:182px; width:100%; background-image:url(../img/cabecera-fondo.gif); background-repeat:repeat-x; }
#cabecera{ height:182px;}

/* contenedor */
.contenedor{ width:924px; margin:0px auto 70px;}

#titulo{ margin:35px 0px; width:100%;}
#titulo .dosier{ height:83px; width:88px; text-align:right;}

.ancho2{ width:610px;}

#resumenCompra th{ text-align:center; border-bottom:1px solid #F7571E; font-weight:bold; height:26px; vertical-align:middle;}
#resumenCompra td{ text-align:center; border-top:1px solid #F7571E; font-weight:normal; height:26px; vertical-align:middle;}

#resumenCompra .primer{ text-align:left; }
#resumenCompra .ultimo{ text-align:right;}

#boton_continuar{ height:42px; width:127px;}

.naranja{color:#F7571E;}

.avisoFormu{color:#b51621;}

#caracteristicas h3{margin:0px;}
#caracteristicas p{margin:0px 0px 14px;}

/* Pie */
#pie{ margin-bottom:35px; font-size:9px;}
#pie p{ text-align:center;}

#firma{color:#999; font-size:8px;}
#firma a:link, #firma a:active, #firma a:visited{color:#999; text-decoration:none;}
#firma a:hover{color:#999; text-decoration:underline;}

