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

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid  #000000;
	border-width: 1px 0;
	background: black url(images/blockactive.gif) center center repeat-x;
	list-style: none;
}


p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/* Otro menu vertical */

#ddblueblockmenu{
border: 1px solid #990000;
border-bottom-width: 0;
width: 163px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 163px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	font-size:12px;
	color: #000000;
	background-color: #CCCCCC;
	border-bottom: 1px solid #990000;
	border-left: 7px solid #990000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 163px; /*IE 5*/

}

#ddblueblockmenu li a:hover {
	background-color: #999999;
	border-left-color: #333333;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	width: 163px;
	padding-left: 5px;
	background-color: #000000;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

