/* colores base:
// rojo #b10002;
// gris #747474 */
*
{
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:11px;
font-weight: normal;
}
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body.home
{
background-image: url(../images/zona_menu.gif);
background-repeat: no-repeat;
background-position: top center;
}
body.fondoInterior
{
	background-image: url(../images/fondoInterior.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
/******************************************************************** homePage *****************************************************************/
div#containerHome
{
	width: 990px;
	min-height: 250px;
	margin: 0px auto 0 auto;
}
* html div#containerHome
{
	height: 250px;
}
div#headerHome
{
	height: 222px;
	width: 990px;
}
div#cuerpoHome
{	
	position: relative;
	background-image: url(../images/fondo_web.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 159px;
}
* html div#cuerpoHome
{
	height: 159px;
}
div#footerHome
{
	position: relative;
	background-image:url(../images/fondo_footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	bottom: 0px;
	width: 990px;
	height: 103px;
	clear: both;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
a.accesoLipotec
{
	display:block;
	width:200px;
	height:70px;
	background-color:yellow !important;
	position:absolute;
	left:450px;
	top:20px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}
div#menu
{
	width: 990px;
	height: 30px;
	position: relative;
}
/******************************************************************** interiores *****************************************************************/
div#container
{
	width: 990px;
	height: 300px;
	margin: 0 auto 0 auto;
}
div#menuInterior
{
	position: relative;
	height: 220px;
}
div#cuerpo
{
	position: relative;
	margin: 0px 0 0 0;
	clear: both;
}
div#contenidos
{
	margin: 40px auto 0 auto;
	width: 800px;
	clear: both;
	min-height: 230px;
	background-image: url(../images/fondoContenidos.gif);
	background-repeat: no-repeat;
	background-position: bottom center;	
}
* html div#contenidos
{
	height: 230px;
}
div.izda
{
	float: left;
	width: 390px;
}
div.dcha
{
	float: right;
	width: 390px;
}

div#contenidos p
{
	margin: 0 0 0 0;
}
div.columna
{
	width: 230px;
	float: left;
	margin: 15px 15px 15px 15px;
}
* html div.columna
{
	width: 230px;
	float: left;
	margin: 15px 10px 15px 15px;
}
div.bloqueAncho
{
	width: 550px;
	margin: 0 0 0 0;
}
div.bloqueEstrecho
{
	width: 220px;
	margin: 0 0 0 0;
}
.flotarIzquierda
{
	float: left;
}
.flotarDerecha
{
	float: right;
}
/********************************************************************************* capa carga **************************************************************************************************/
div#capaCargaDetallles
{
	background-color: #000;
	z-index: 2;
}
div#capaContainer
{
	position: absolute;
	background-color: #000;	
	padding: 20px 20px 40px 20px;
	z-index: 3;
	border: 1px solid #2b2b2b;
}
div#translucido
{
	background-color: #000;
	position: absolute;
	top:0px;
	left:0px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
div#flashMolecular
{
	margin: 0 auto;
}
a#icoCerrar
{
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../images/close.gif);
	background-color:red;
	position: absolute;
	bottom:10px;
	right:20px;
	z-index: 2;
	cursor:hand;
}
/******************************************************************** hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
/********************************************************************botonhomr *****************************************************************/
div#botonhome
{
	margin: 0 0 0 0;
	width:182px;
	height:53px;
	position:absolute;
	top:20px;
	left:66px;
}
div#botonhome a
{
	margin: 0 0 0 0;
	line-height:53px;
	width:100%;
	display:block;
	text-decoration:none;
}
div#botonhome a span
{
	visibility:hidden;
}

