/* CSS Document */
/*-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- - -- -- 
 Ginemur SL - Estilos gloables.
 version:  20071109_01
 fe
 -- -- -- -- -- -- -- -- --
 Alexis Aguilar Núñez (alex@databc.com)
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- --- -- --
*/

html, body {   
   	color: #713800;  
	margin: 0;
	padding: 0;    
}
html, body, h2, h3, h4, div, p, ul, li, input {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;        
    text-decoration: none;
}
ul, ol {text-align:left;}

a {color: #da0090;/*#de189b;*/ /*#990066;*/}
a:link, a:visited { 
   text-decoration: none;   
}
a:hover, a:active {
  text-decoration: underline;
}

.copyright {
   font-size: small;
   margin-top: 0;
   margin-bottom: 0;
}
.menu {/*color: #fec75f;*/}
.menu td {vertical-align:bottom; text-align:right;}
.menu a { /*font-weight:bold;*/ font-size:12px; color: #713800; /*font-stretch: semi-condensed;*/ }
.menu a:link{/*color:#fec75f;*/ }
.menu a:hover{
  text-decoration: none;
  /*text-decoration: underline;*/
  background:#fec75f;
  /*color:#fec75f;*/
}

.linea { 
	background: url("../_img/linea2.jpg") repeat-x;
	}

.borde-linea{ 
	background: url("../_img/borde.jpg")  no-repeat;
	}

.cabezera, .cuerpo, .cuerpo{padding-left: 30px; padding-right: 30px;  }

.cabezera {
	background: #ff9900;
}
.cuerpo {
    height:100%;
	background: url("../_img/degradado1.jpg") repeat-x;
	padding-right: 30px;
	padding-Left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.lineasolida { border-bottom: 1px solid #ffc855;}
.lineadiscontinua { border-bottom: 1px dashed #ffc855;}


.block1 {        
    margin: 1px; 
    /*padding: 1px 1px 1px 1px;*/
    border: 1px /*solid*/  dashed #eca82d; /*#C4CAD0;   #777777;/*#D3E1ED;*/
    vertical-align: top;
    width: 100%;       
}
.block1Title {
    text-align: left;
    padding: 3px 10px 3px 10px;
	font-size: 100%;
	font-weight: bold;
    background-color: #fec75f;
}
.block1Content { padding: 20px; text-align:left;}
.block1Foot { /*padding: 5px; border-top: 1px solid #D3E1ED;*/ }


.tabla2colum  {
    width: 100%;
    border: 0px;
    margin: 0px; 
    padding: 0px;
	
}
.columIzq, .columDer {
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 0px;	 
        text-align: left; 
}
.columIzq { padding-Left: 20px; padding-right: 10px;}
.columDer {  padding-Left: 10px; padding-right: 20px;}

.tablecontenido {  padding-Left: 20px; padding-right: 20px; }

.divisor30 { padding: 15px 0px 15px 0px; } /* espacio de 30*/
.divisor20 { padding: 10px 0px 10px 0px; } /* espacio de 20*/
.divisor10 { padding: 5px 0px 5px 0px; } /* espacio de 20*/

.imgs_aleat {
 		/*vertical-align: top;*/
        padding-top: 20px;
        padding-bottom: 0px;	 
        text-align: center;
}
