/* CSS Document */
body, div, td, tr, table, a , ul, li{margin:0;padding:0;border:0;}
ul{margin: 0; ; padding: 0; list-style-type: none; }


div#recuadropagina{
	padding:0 14px;
}
div#seccioncentral{
	padding:0;
	width:auto;
	color:#333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;

}

div#cuerporesta {
background-color:#ffff;
height:auto;
overflow:auto;
width:100%;
text-align:left;
}
#restaCentral {
	width:620px;
	float:left;
}
#restaLateral {
	width:276px;
	float:left;
	background-color:#c6b6a7;
}
div.fotoGrande{
	width:600px;
	height:400px;
	overflow:hidden;
	text-align:center;
	margin: 5px 7px;
	position:relative;
}
img#fotoGrande{
	height:400px;
}
img#fondominis{
	position:absolute;
	left:0;
	bottom:0;
}
/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable { 
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 600px;     
    height:85px;
		margin-left:7px;
		margin-top:-90px;
		margin-bottom:5px;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
		margin:4px 7px;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div{
	float:left;
	margin:3px;
	width:120px;
	height:70px;
	text-align:center;
	overflow:hidden;
}
div.scrollable div.items img { 
		height:70px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active22 { 
    border:1px inset #ccc;         
    background-color:#fff; 
}


div.cabLateral{
	height:22px;
	background-image:url(/empresas/imagenes/cab2_lateral.jpg);
	color:#FFF;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left top;
	line-height:20px;
}
div.cabLateral.cabarriba{
	background-image:url(/empresas/imagenes/fondo_cab1_lateral.jpg);
	background-position: left bottom;
}
div.pieLateral{
	height:14px;
	background-image:url(/empresas/imagenes/pie_lateral.gif);
}

div#restaLateral div{
	padding:0 7px;
}

div.textoprincipal{
	margin: 5px 7px;
	width:600px;
}