/* CSS Document */


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}



.shiftcontainer{
	position: relative;
	left: 7px; /*Number should match -left shadow depth below*/
	top: 7px;
}

.shadowcontainer{
	width: 700px; /* container width*/
	background: transparent url(media/bigshadow.gif) no-repeat bottom right;
	color: #000000;
	line-height: normal;
	font-stretch: normal;
	height: 400px;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -7px; /*shadow depth*/
}



h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #999999;
font-size: 1em;
}

h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333333;
font-size: 0.9em;
}

h3 {
font-family: "Times New Roman", Times, serif;
color: #FFFFFF;
font-size: 1.2em;
}

.cuerpo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
font-size: 0.9em;
}

.pie {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000099;
font-size: 0.8em;
}


.commentbox{
	background-color: #ececec;
	width: 300px;
	padding: 10px;
	height: 500px;
}

.commentfooter{
background: url(media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #FFFFFF;
.estilos {
}

