*
{
	font-family: "Lucida Grande","Lucida Sans Unicode";
}
p,li,dt,dd
{
	font-size: 11px;
}
/*****************************************************************************************************************************************************************************/
/*									  																																		*/
/*															sticky footer																									*/
/*																																											*/
/*****************************************************************************************************************************************************************************/	
html, body 
{
	height: 100%;
	margin:0px;
	background-image: url(../images/degradado_body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
div#container
{
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	background-position: 0 138px;
	min-height:100%;
	margin:0 auto;
	padding:0px;
	width: 926px;
}
* html div#container 
{
	height:100%;
}
.cierre
{
	height:76px;
	width: 926px;
	margin:0 0 0 0;
	clear:both;
	display:block;
	visibility:hidden;
}
div#header
{
	height: 138px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 926px;
	margin: 0 0 0 0;
	position: relative;
	clear:both;
}
div#footer
{
	height: 76px;
	background-image: url(../images/footer.jpg);
	width: 926px;
	margin:-76px auto 0px auto;
	padding: 0px 0 0 0;
	position:relative;
}
div#flash
{
	position:absolute;
	right:17px;
	height:109px;
	width:655px;
	z-index:0;
}
/***************************************************************************************************************************************************************************/
div#contenidos
{
	min-height: 380px;
	width: 900px;
	margin: 0 0 0 9px;
	position: relative;
	
}
* html div#contenidos
{
	height: 380px;
}
div#menuEmpresas
{
	width: 169px;
	float: left;
	margin:0 0 0 0;
	text-align:left;
}
div#seccion
{
	width: 707px;
	margin: 12px 0px 0 0;
	float: right;
	position:relative;
}
div#menuAuxiliar
{
	position: absolute;
	width: 180px;
	height: 29px;
	right:0px;
	top:5px;
}
div#dosTercios
{
	width: 403px;
	margin: 10px 0 0 20px;
	float:left;

}
* html div#dosTercios
{
	width: 403px;
	margin: 10px 0 0 10px;
	float:left;	
}

div#unTercio
{
	float:right;
	width: 255px;
	margin: 35px 16px 0 0;
}
div#unTercioImagen
{
	width: 284px;
	margin: 35px 0px 0 0;
	text-align:center;
}
div#unTercioFotoDecorativo
{
	width: 255px;
	margin: 35px 16px 0 0;
}
* html div#unTercio
{
	width: 255px;
	margin: 35px 8px 0 0;
}
* html div#unTercioImagen
{
	width: 284px;
	margin: 35px 0px 0 0;
}
div#unTercioImagen a img
{
	margin:10px 0 10px 0;
	width:250px;
	border:none;
}
.flotarDcha
{
	float: right;
	
}
.flotarIzda
{
	float: left;
}
div.noticias
{
	width: 266px;
	min-height: 344px;
	background-image: url(../images/fondoNoticias.png);
	background-repeat: no-repeat;
	position: relative;
}
* html div.noticias
{
	height: 344px;
}
.imagenPresentacion
{
	background-image: url(../images/presentacion.jpg);
	height:377px;
}
.imagenDescargas
{
	background-image: url(../images/descargas.jpg);
	height:377px;
}
.imagenNoticias
{
	background-image: url(../images/noticias.jpg);
	height:377px;
}
.imagenEnlaces
{
	background-image: url(../images/links.jpg);
	height:377px;
}
.imagenIntranet
{
	background-image: url(../images/intranet.gif);
	height:377px;
	background-repeat:no-repeat;
}
.imagenLegal
{
	background-image: url(../images/avisoLegal.jpg);
	height:377px;
	background-repeat:no-repeat;
}
div.contenidoSeccion
{
	width:707px;
	margin:30px 0 0 0px;
}
div.direcciones
{
	margin:0 0 0 20px;
}
/**************************************************************************
	directivos de la empresa
*****************************************************************************/
div.completo
{
	width:670px;
	margin:15px auto;
	padding:0;
}
div.zona_fotos
{
	margin:20px 0 0 0;
}
div.persona
{
	width:210px;
	height:190px;
	margin:0px 10px 10px 0;
	float:left;
}
div.foto_carnet
{
	width:98px;
	height:124px;
	background-image:url(../images/fondo_foto_carnet.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}
div.foto_carnet a img
{
	width:81px;
	height:106px;
	margin:9px 0 0 0;
	border:none;
}
div.datos_persona
{
	float:right;
	width:105px;
	margin:20px 0 0 0;
}
p.nombre_persona
{
	border-bottom:1px solid #003366;
	margin:0 0 5px 0;	
}
p.nombre_persona span
{
	display:block;
	width:90px;
	color:#003366;
}
p.cargo
{
	color:#333333;
	margin:0 0 5px 0;
}
p.empresa
{
	color:#003366;
	margin:0 0 0 0;
}
button.ver
{
	background-color:#003366;
	border:none;
	color:#fff;
	font-size:10px;
	padding:3px;
	margin:0 0 0 10px;
}
label.directivos
{
	width:300px;
	text-align:left;
	padding:4px 0 0 0;
}
#id_empresa_personal
{
	font-size: 10px;
}
/******************************************************************** hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
