@charset "utf-8";
/* CSS Document */

#portada
{
	background-color:#fff;
	background-image:url(../../presentacion/images/fondo.jpg);
	background-repeat:no-repeat;
	height:234px;
}

ul.items
{margin-left:-25px;
*margin-left:15px;
margin-top:10px;}

li.item
{list-style-type:none;
margin-left:0px;}

.item
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	/*font-weight:bold;*/
	color:#5E554A;
	padding-top:8px;
	/*padding:5px 5px 5px 15px;*/
	text-align:left;
 }
.item a
{color:#2C2525;
text-decoration:none;
}
.item a:hover
{color:#2C2525;
text-decoration:underline;}

#menuInternoFondo
{width:210px;
position: relative;
margin-left:10px;
padding:9px 0;
height:auto;
bottom:0px;
background-color:#fff;
filter: alpha(opacity=80); 
opacity: .8;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
}

