html, body {
	margin: 0px;
	padding: 0px;
        height:100%;
}


body{
/*background-color:#000000;*/
background: none repeat scroll 0px 0px rgb(225, 225, 225);
color:#535353;
font:15px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
text-align:justify;
width:100%;
height:100%;
}

a{
cursor:pointer !important;
text-decoration:none;
}

img{
border:0;
}

#contenido{
background-color:#ffffff;
margin:0 auto;
width:901px;
min-height:100%;
position:relative;
}

#seccion_superior{
float:left;
height:125px;
position:relative;
width:901px;
overflow:visible;
background-image: url(../imagenes/cabecera_7.jpg);
background-position: 0px 0px;
background-repeat: repeat-x;
margin-top: 0px;
}

#titulo{
background:#D4021D;
width:854px;
padding:15px 0 15px 47px;
position:relative;
float:left;
min-height:65px;
}


#izquierda_derecha
{
 position:relative; 
 padding-bottom:25px;   /* Height of the footer */
 height:100%;
 display:table;
}

.column{
    display: table-cell;
}

#seccion_imagen{
position:relative; 
overflow:hidden;
height:311px; 
}

#izquierda{
position:relative;

width:637px;
padding-right:50px;
float:left;
background-color:#ffffff;
/*height:0 auto;  */

top:0;
bottom:0;
}

#derecha{
position:relative;
width:214px;
float:right;
background-color:#ffffff;
background-color:#efefea;/*#ebede9;*/
/*background: none repeat scroll 0px 0px rgb(225, 225, 225);*/
padding: 50px 0px;
/*height:0 auto; */

top:0;
bottom:0;
}

p.entrada{
color:#3e3e3e;
padding-left:40px;
padding-bottom:5px;
font:16px "Lucida Sans Unicode", Arial, Helvetica,sans-serif;
text-align:justify;


}

p.texto{
padding-left:40px;
padding-bottom:10px;
color:#535353;
font:15px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
text-align:justify;
}

#footer{
background: none repeat scroll 0% 0% rgb(212, 2, 29);
text-align:center;
font:15px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
color:#ffffff;
position:absolute;
bottom:0;
width:901px;
height:25px;   /* Height of the footer */
}
