/* 
    Document   : menucabecera
    Created on : 27-ago-2008, 16:55:44
    Author     : vdominguez
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

form{
	margin:0px;
	padding:0px;
}

div#menucabecera{
	background-repeat:no-repeat;
	background-image:url(../images/cabecera/menu_cabecera.jpg);
	height:56px;
	padding-top:21px;
	padding-left:0px;
	font-size:0.8em;
	*margin-bottom:20px;
	_margin-bottom:20px;
}

div#menucabecera div{
	margin-top:3px;
}

div#menucabecera div.menucabeceraitem8{
	margin-top:0px;
}

a.link_menu{
	float:left;
    text-decoration:none;
    color:#fefefe;
    font-weight:bold;
}

a.link_menu:hover{
	float:left;
    text-decoration:none;
    color:#FF7C00;
    font-weight:bold;
}

div.menucabeceraitem{
	float:left;
	width:110px;
	height:20px;
	margin-left:50px;
	_margin-left:20px;
}

div.menucabeceraitem2{
	float:left;
	width:130px;
	height:20px;
}

div.menucabeceraitem3{
	float:left;
	width:65px;
	height:20px;
	margin-left:5px;
}

div.menucabeceraitem4{
	float:left;
	width:45px;
	height:20px;
	margin-left:40px;
}

div.menucabeceraitem5{
	float:left;
	width:60px;
	height:26px;
	margin-left:60px;
}

div.menucabeceraitem6{
	float:left;
	width:75px;
	height:26px;
	margin-left:60px;
}

div.menucabeceraitem7{
	float:left;
	width:50px;
	height:26px;
	margin-left:60px;
}

div.menucabeceraitem8{
	float:right;
	width:60px;
	height:26px;
	margin-left:60px;
}

.boton_cerrar{ 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/cabecera/cerrar_sesion.jpg');
	background-repeat:no-repeat;
	float:right;
	background-image:url(../images/cabecera/cerrar_sesion.jpg);
	_background-image:url(../images/portada/spacer.gif);
	width:113px;
	height:26px;
	display:block;
	cursor:hand;
	margin-right:10px;
}
		
.boton_cerrar-2{ 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/cabecera/cerrar_sesion_over.jpg');
	background-repeat:no-repeat;
	float:right;
	background-image:url(../images/cabecera/cerrar_sesion_over.jpg);
	_background-image:url(../images/portada/spacer.gif);
	width:113px;
	height:26px;
	display:block;
	cursor:hand;
	margin-right:10px;
}
