body{
	font-family: "Tahoma";
	font-size:15px;
}

.nombre {
	font-size: 2em;
	font-weight: bold;
	border
}



#menu {
	font-size:1.1em;
	float:left;
	width:175px;
	height:70%;
}

#menu ul{
	color:red;
	list-style-type: square;
	list-style-position: inside;
	padding:0 0 0 10;
	text-indent:2px;
}
#menu li { padding-bottom:10px;}

#header table {
	height:40px;
	border:0px;
}

#headerLeft{
	width:175px;
}

#headerCenter{
	width:600px;
	border-bottom:solid #FF0000 2px;
	padding:0 6 0 0;
}

#headerRight {
	width:270px;
	border-bottom: solid black 2px; 
	border-right:solid black 2px;
	text-align:right;
	font-size:1.2em;
	padding-right:5px;
}

#content {
	float:left;
	width:580px;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
	margin-top:25px;
	min-height: 500px;
}

#right {
	float:left;
	width:270px;
	margin-top:25px;
}

.smaller { font-size:.9em;}

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}

A:visited, A:active, A:link{
        color: #000000;
        text-decoration:none;
}

A:hover { color: #993300;}




