/* Este archivo contiene la estructura del contenido */
body{
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
background-color:#000000;
}
#contenedor_principal {
	text-align:left;	
    margin: 0px auto;
	padding: 0px;
	width: 770px;
	height:auto;
	background-color:#FFFFFF;
    border:3px;
	border-color:#CCCCCC;
	border-style:double;
/*	border-top-width:0px;*/	
	background:url(../images/bg_logo.gif) no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}
#cabecera {
	width:770px;
	height:125px;
	margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
	background:#FFFFFF;
}
#logo{
	width:770px;
	height:90px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
#cabecera_imagen{
	float:right;
	width:565px;
	height:90px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/personas.jpg);
	
}
#menu{
	width:770px;
	height:35px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}	
#contenedor{
}

#columna_izquierda {
	float: left;
	width: 170px;
	height:auto;
	min-height:420px;
    padding:0px 10px 5px 10px;
    margin:0px 0px 0px 0px;
}

#columna_derecha{
	float: right;
	width: 200px;
	height:auto;
	min-height:420px;
    padding:0px 10px 5px 10px;
    margin:0px 0px 0px 0px;
	
}

#contenido {
	text-align:center;
	width: 300px;
	height:auto;
	min-height:420px;
	float:left;
	min-height:420px;
	padding:0px 30px 5px 30px;
    margin:0px 0px 0px 0px;
}

#pie_pagina {
    clear:both;	
    width:770px;
	height:40px;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	background-color:#ccc;
	border-top:1px;
	border-top-color:#999999;
	border-top-style:solid;
}
/* for Internet Explorer */
/*\*/
* html .columna_derecha {
height: 440px;
}
* html .columna_izquierda {
height: 1000px;
}
* html .columna_contenido {
height: 440px;
}

/**/
