body{
background-image: url("../imagenes/fondo_verde.png");
background-repeat: repeat-x;
background-position: top;
margin: 0px;
font-family: Tahoma, Verdana,Arial; font-size: 11px; color: #666666;
}
a:link{	color: #0190B9; }
a{text-decoration: none; cursor:pointer;}
a:active{color: #28C2E8;}
a:visited{color: #0190B9;}
a:hover{color: #28C2E8;}

#header{
width:1000px;
height:120px;
margin: auto;
overflow: visible;
z-index: 1;
}
#headerLogo{
width:500px;
height: 120px;
background-repeat: no-repeat;
background-position: left top;	
top:0px;
float: left;
position: relative;
left: 0px;
background-image: url("../imagenes/logo.jpg");
z-index: 0;
cursor: pointer;
}
#contenedor {
width:990px;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
#contenedorb {
width:920px;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.fotoportada{
	background: url("../imagenes/foto_portada.png") no-repeat;
	width : 256px;
	height : 350px;
}
#cabecera {
float: left;
height:50px;
padding:0px;
z-index:130;
}
#contenido {
float: left;
width:720px;
height:100px;
z-index: 0;
}
.contenidomargen {
margin-left: 25px;
}
#barra-lateral {
float:left;
width:200px;
height:100px;
}
#footer {
position: fixed; padding: 0px; bottom: 0px; right: 0px;
background-image: url("../imagenes/fondo_verde.png");
background-repeat: repeat-x;
background-position: top;
margin: 0px;
height:29px;
min-width: 999px;
width:100%;
color:#0190B9;
z-index: 1;

}
#textopie{
float:left;
margin: 0px;
padding: 9px;
}
#icopie{
float:left;
width:15%;
font-family: Verdana,Arial; font-size: 11px; color: #fff;
}
#main { width:1010px; margin:0 auto; text-align:left; }

/* tooltip */
  .alert {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1em;
    color:#fff;
    margin:0 0 8px 0;
  }
/* lightbox */
        .black_overlay{
	
		margin-top: auto;
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 250%;
            background-color: #fff;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
background: url(../imagenes/fondo-con-logo.jpg) no-repeat center;	
            top: 30px;
            left: 25%;
            width: 50%;
    height:200px;
            padding: 16px;
            border: 2px solid #28C2E8;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
.white_contentalta {
            display: none;
            position: absolute;
			background: url(../imagenes/fondo-con-logo.jpg) no-repeat center;
            top: 30px;
            left: 25%;
            width: 50%;
            height: 530px;
            padding: 16px;
            border: 2px solid #28C2E8;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
 .white_contentlogin {
            display: none;
            position: absolute;
			background: url(../imagenes/fondo-con-logo.jpg) no-repeat center;
            top: 30px;
            left: 25%;
            width: 50%;
            height: 270px;
            padding: 16px;
            border: 2px solid #28C2E8;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
.cerrar
{
    text-align:right;
}