@charset "utf-8";
/* Estilos Generales*/ 
body{ font-size:12px; background-color:#E6e6e6; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
table{border-collapse:collapse;}
th{ padding:10px; font-weight:bold; letter-spacing:-1px; color:#A82600; text-align:left; white-space:nowrap;}
td{	padding:10px; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#666; }
div { padding:15px; background-color:#FFF; margin: 10px; }
img{ border:none;}
label{ float: left; width: 150px; }
textarea{ width: 509px; margin-bottom: 3px; height:100px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
select{ margin-bottom:3px; width:336px; }
br{ clear: left; }
/* Enlaces */
a:link{ text-decoration: none; color:#5B0000; }
a:visited{ text-decoration: none; color:#5B0000; }
a:active{ text-decoration: none; color:#5B0000; }
a:hover{ text-decoration: none; color:#FFCACA; }
/* Estilos personalizados */
h1, .titulo{ font-weight:bold; font-size:16px; letter-spacing:-1px; color:#A82600}
.error{ color:#F00; }
.pequenio { font-size:10px; }
/* De los contenedores*/
.tdfiltro{ padding:15px; color:#FFFFFF; background-image:url(../imagenes/fondo-busquedas.jpg); background-repeat:repeat-x; overflow:auto; }
.icono { margin-right:10px; }
.flechaizquierda{ margin-right:5px;}
.flechaderecha{ margin-left:5px; }