/* GENERALES */
body {margin: 0px; padding: 0px; background-color: #f2f2f2; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #555; background-image: url('../_img/comunes/fondo.gif'); background-repeat: repeat-x;}
img {border: none;}
a {color: #000000; border: none; font-weight: bold; text-decoration: none; border: none;}
a:hover {color: #f33251;}
h1 {font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 20px; color: #222; font-weight: bold; text-decoration: none;}
h2 {font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 15px; color: #222; font-weight: bold; text-decoration: none;}

/* MAQUETACION */
.base {overflow: auto; width: 1000px; position: relative; left: 50%; margin-left: -500px;}
.superior {width: 1000px; height: 193px;}
.principal {width: 1000px; overflow: auto; background-color: #FFFFFF; background-image: url('../_img/principal/sombra.jpg'); background-repeat: repeat-x;}
.lateral {width: 200px; float: left;}
.contenido {width: 775px; height:600px; float: right; background-image: url('../_img/contenido/fondo.jpg'); background-position: bottom; background-repeat: no-repeat;}
.inferior {width: 1000px; margin-top: 5px; border-top: 1px dotted #CCCCCC; margin-top: 10px; font-size: 10px;}

/* ESPECIALES */
.izq {float: left;}
.der {float: right;}
.aire {margin: 10px;}
.vendaval {margin: 25px;}
.bold {font-weight: bold;}

/* FORMULARIO */
.formulario {width:500px; text-align:right; padding: 20px; background-color: #FFF; border: 1px dotted #CCC; color: #555; font-size: 10px; background-image: url('../_img/comunes/fondo_form.gif'); background-repeat: no-repeat;}
.fila {width:500px; text-align:right; padding: 20px; background-color: #FFF; border: 1px dotted #CCC; color: #222;}
.campo {padding: 2px; margin-bottom: 5px; background-color: #f2f2f2; border: 1px solid #555; color: #222;}
.boton {padding: 2px 4px 2px 4px; background-color: #333; border: 1px solid #888; color: #FFF;}
.boton:hover {background-color: #000; border: 1px solid #333; color: #FFF;}

