/* colores base:
// rojo #b10002;
// gris #747474 */
*
{
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:11px;
font-weight: normal;
}
html,body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div#wrapp {
	width: 720px;
	height: 550px;
	margin: 0px auto;
}
div#container
{
	width: 714px;
	height: 527px;
	border: 3px solid #c0c0c0;
	background-image: url(../images/fondoWeb.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 0;
	position: relative;
}
div#containerHome
{
	width: 714px;
	height: 503px;
	border: 3px solid #c0c0c0;
	margin: 0 0 0 0;
	position: relative;
}
/* hack invisible fuck explorer 5 \*/
div#wrapp
{
	position: absolute;
	margin: -275px 0 0 -360px;
	left:50%;
	top:50%;
}
/* fin hack */
div#footer
{
	width: 720px;
	height: 15px;
}
div#header
{
	width: 605px;
	height: 211px;
	position: relative;
	left:109px;
	background-color: #fff;
	background-image: url(../images/jarl);
}
div#menus
{
	position: absolute;
	width: 95px;
	height: 300px;
	top:120px;
	left:5px;
}
div#descripciones
{
	width: 520px;
	margin: 20px 30px 0 0px;
	float: right;
	color: #676767;	
}
/******************************************************************** scroll *****************************************************************/
div#capaContendora
{
	height: 270px;
}
div#capaContendoraLegal
{
	height: 480px;
}
div#capaContenido
{
	width: 500px;
}
div#subir
{
	width: 16px;
	height: 17px;
	background-image: url(../images/subir.gif);
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
}
div#barraScroll
{
	width: 16px;
	height: 256px;
	background-image: url(../images/barra.gif);
	background-repeat: repeat-y;
	position:absolute;
	top:240px;
	left: 680px;
}
div#barraScrollLegal
{
	width: 16px;
	height: 450px;
	background-image: url(../images/barra.gif);
	background-repeat: repeat-y;
	position:absolute;
	top:40px;
	left: 680px;
}
div#bajar
{
	width: 16px;
	height: 18px;
	background-image: url(../images/bajar.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom:0px;
}

div#barraScroll span
{
	visibility: hidden;
}

div#barraScrollLegal span
{
	visibility: hidden;
}
/******************************************************************** hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

