/* generales */
*{
margin: 0;
padding: 0;
}

html {
height:100%;
}

body {
background-image: url(images/fondo.jpg);
background-repeat: repeat-x;
background-color: #a0cd49;
height:100%;
}

body, th, td, input, textarea {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
}

h2 {font-size:16px;}
h3 {font-size:18px; line-height:20px;}

li {
list-style-position: inside;
}

a {
text-decoration: none;
color: white;
font-weight: bold;
}

a:hover {
color: #333333;
border: none;
}

a.l2 {
text-decoration: none;
color: #FFFFFF;
font-weight: normal;
}

a.l2:hover {
color: #a0cd49;
border: none;
}

.foto{
background-color:#FFFFFF;
padding: 2px;
margin-right: 5px;
border:1px solid #CCCCCC;
}
/* contenedores */

#cabecera{
width: 100%;
height:164px;
margin: 0 auto;
background-color:#FFFFFF;
text-align:center;
}

#contenido{
width:100%;
background-image: url(images/fondo_contenido.jpg);
background-repeat: no-repeat;
background-position: center top;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -71px;
}

.push {
height: 71px;
clear:both;
}

.titulos{
width:660px;
padding-top: 9px;
float:right;
clear:right;
}

#pie{
width: 100%;
clear:both;
height: 71px;
margin: 0 auto;
background:#FFFFFF;
color: #CCCCCC;
text-align: right;
background-image: url(images/fondo_pie.jpg);
background-repeat: repeat-x;
}

.cont{
width: 902px;
float:none;
margin: 0 auto;
}

.columna_1_3{
width: 200px;
float:left;
overflow:visible;
margin-left: 3px;
margin-bottom: 3px;
}

.columna_2_3{
width: 325px;
float:right;
margin-right: 3px;
margin-bottom: 3px;
}

.columna_3_3{
width: 325px;
float:right;
margin-left: 10px;
margin-bottom: 3px;
}

/*formulario*/

input, textarea{
border: 1px #666666 solid;
background-color:#FFFFFF;
padding: 2px;
margin: 2px;
}

.boton{
background-image:url(images/boton.jpg);
width: 100px;
height: 26px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
background-repeat:no-repeat;
border: 0;
margin-bottom: 5px;
}
/*pie*/

.cont_pie{
background-image: url(images/pie.jpg);
background-repeat: no-repeat;
width: 970px;
height: 58px;
padding-top: 13px;
float:none;
margin: 0 auto;
}

.texto_pie{
font-size: 11px;
color:#CCCCCC;

}
