/*** General ***/
* { margin:0; padding:0; }
.clear { clear:both; }
.cursiva { font-style:italic; }
.centrado { text-align:center; }
.alinear_derecha { text-align:right; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }


/*** Estructura ***/
body { text-align:center; font-family:Arial, Helvetica, sans-serif; background-color:black; }
#pagina { width:998px; margin:0 auto; font-size:100%; }


/*** Headers ***/
h1 { float:left; width:506px; height:182px; text-indent:-9999px; background:url(../img/logo.png) no-repeat; margin:0px; }
h2 { margin-bottom:30px; font-family:Century Gothic, Arial, Helvetica; font-size:1.5em; color:#f7b94d; font-weight:normal; }


/*** Cabecera ***/
#cabecera { width:954px; height:284px; padding-left:44px; padding-top:0px; background:url(../img/cabecera.jpg) no-repeat; }
#cabecera #directo { position:relative; top:0px; right:-130px; }
#cabecera #contratacion { position:relative; top:0px; right:-72px; }


/*** Menu ***/
#menu { float:left; width:290px; height:218px; background:url(../img/menu.jpg) no-repeat; }
#m1, #m2, #m3, #m4, #m5, #m6, #m7 { float:right; clear:both; width:100px; margin-right:26px; padding:3px 6px; font-size:1em; text-align:right; }
#menu a:hover { color:white; text-decoration:none; }
#m1_activo, #m2_activo, #m3_activo, #m4_activo, #m5_activo, #m6_activo, #m7_activo { float:right; clear:both; width:100px; margin-right:26px; padding:3px 6px; font-size:1em; text-align:right; }
#m1_activo a, #m2_activo a, #m3_activo a, #m4_activo a, #m5_activo a, #m6_activo a, #m7_activo a { color:white; }
#m1_activo { background:#F00; }
#m2_activo { background:#7a821f; }
#m3_activo { background:#5982ec; }
#m4_activo { background:#e69f06; }
#m5_activo { background:#d925ce; }
#m6_activo { background:#adb2b9; }
#m7_activo { background:#63c521; }
#m1 a { color:#F00; }
#m2 a { color:#7a821f; }
#m3 a { color:#5982ec; }
#m4 a { color:#e69f06; }
#m5 a { color:#d925ce; }
#m6 a { color:#adb2b9; }
#m7 a { color:#63c521; }
#btn_facebook { float:right; width:166px; height:156px; position:relative; z-index:2; left:-5px; }
#btn_facebook img { border:none; }


/*** Fotos lateral ***/
#fotos_lateral { float:left; width:290px; height:500px; background:url(../img/fotos_lateral.jpg) no-repeat; }
#fotos_lateral img { padding:163px 13px 0 0; }


/*** Contenido ***/
#contenido { float:right; width:708px; min-height:630px; text-align:left; color:white; }
#contenido p { text-align:justify; font-size:0.8em; }
#contenido p img { margin-left:15px; margin-bottom:20px; }
#contenido p a { color:#f7b94d; }
.seccion_1 { background:url(../img/watermark1.jpg) no-repeat bottom right; }
.seccion_2 { background:url(../img/watermark2.jpg) no-repeat center 40%; }
.seccion_3 { background:url(../img/watermark3.jpg) no-repeat bottom right; }


/*** Pie ***/
#pie { float:right; width:708px; height:90px; margin-top:30px; padding-top:10px; border-top:dotted 1px #818181; color:white; text-align:center; font-size:0.7em; font-family:Century Gothic, Arial, Helvetica; }
#pie img { margin-bottom:10px; }
#pie a { color:white; }


/* Hacks para IE6 */
* html h1 { background:url(../img/logo.gif) no-repeat; }
* html #contenido { width:705px; padding-bottom:40px; }	
