﻿/* Estructura general de la página */ 
* { margin: 0;	padding: 0; }
body { padding:0; font-family:Helvética,Arial; background:url(../img/background.gif) repeat-x; background-color:#c2cbdb; text-align:center; color:Black; }
#pagina{ margin:0 auto; width:958px; font-size:100%; text-align:left; background:url(../img/nubes.jpg) no-repeat; }


/*** Algunas clases útiles: ***/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear:both; margin:0;padding:0; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }
.alinear-derecha { text-align:right; }
.imagen_dedo {border: none; cursor: pointer;}


h2 { font-family:Tahoma; font-size:1.3em; font-weight:normal; color:#b74b7f; }


/*** Cabecera ***/
#cabecera { width:958px; height:287px; }
#cabecera .col1 { float:left; width:297px; height:287px; }
#cabecera .col2 { float:left; width:647px; height:287px; }
#cabecera .col2 img { vertical-align:bottom; }
#cabecera .col3 { float:left; width:14px; height:287px; }


/*** Lateral ***/
#lateral { float:left; width:297px; text-align:center; color:white; }
#lateral .banderas { margin:0px 50px 100px 50px;  text-align:left; }
#lateral .banderas img { width:47px; height:34px; border:none; vertical-align:middle; }
#lateral .banderas a { color:white; text-decoration:none; font-weight:bold; font-size:0.9em; }
#lateral .banderas a:hover { text-decoration:underline; }
#lateral .bandera { margin-bottom:6px; }
#lateral .bandera { margin-bottom:6px; }
#lateral .txtsmall { font-size:0.8em; }



/*** Cuerpo ***/
#contenido { float:left; width:647px; margin-bottom:30px; }
#cuerpo { width:587px; padding:40px 30px 10px 30px; background:url(../img/degradado.gif) no-repeat; background-color:white; color:black; }



/*** Paginacion ***/
#capa_paginacion { padding:0 20px 0 20px; background:white; text-align:center; font-size:0.7em; }
#zona_paginacion { border-top: dotted 1px #b74b7f; padding-top:6px; text-align:center; }
#capa_paginacion div.paginacion_pag_actual { float:left; width:20px; height:18px; padding-top:2px; background:red; border:solid 2px black; font-weight:bold; color:black; }
#capa_paginacion div.paginacion_otra_pagina { float:left; margin-left:2px; width:20px; height:18px; padding-top:2px; background:red; border:solid 2px black; font-weight:bold; }
#capa_paginacion div.paginacion_otra_pagina a { color:white; }



/*** Pie ***/
#pie { height:41px; padding-top:25px; background:url(../img/pie.gif) repeat-x; background-color:#3a4766; text-align:center; color:White; font-size:0.7em; }
#pie .separador { color:#818ca4; }
#pie a { color:White; text-decoration:none; }
#pie a:hover { text-decoration:underline; }