/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 0px; 
}

.header { 
	height: 55px;
	background: #fff url(imagenes/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 5px 0 0 0;
}

.top_info {
	float: right;
	width: 650px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 600px;
		float: left;
	}

/* listas
   ------ */
div.indexlist {
float: right;
margin: 0px;
padding: 0 5px 0 0;
width: 500px;
text-align: left;
font-size: 1.1em;
}

div.alignedlist {
width: 475px;
color: #333;
margin: 0px 15px 2px 12px;
padding: 0;
text-align:left;
line-height: 16px;
}

ul.underlinelist {
list-style: none;
margin: 0;
padding: 0;
}
	ul.underlinelist li {
	margin: 0;
	margin-bottom: 2px;
	padding: 2px;
	padding-left: 15px;
	border-bottom:#31527F thin solid;
}
	
/* left side
   --------- */

.left {
	float: left;
	width: 650px;
}

.left h1 {
	clear: both;
	background: #E8E8E8;
	color: #444;
	padding: 3px 0 4px 40px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
}

.left_side {
		float: left;
		width: 450px;
}

.left_side h2 {
	clear: both;
	color: #444;
	padding: 3px 0 4px 40px;
	font: bold 1.2em "Trebuchet MS", Arial, Sans-Serif;
}
				
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	
