@CHARSET "UTF-8";

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595A5C;
	background: #DFDFFF;
	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6e737f;
	display: inline-block;
}
a:hover {color: #2f2840;background: #f5f6ff;}

#rightNav a img { text-decoration: none;border: 2px solid transparent;}

#rightNav a:hover img { border-color: grey;}
#main {
	width: 758px;
	margin: auto;
	text-align: left;
	background: url(images/fondo.png) no-repeat top left;
	position: relative;
}

#header { height: 147px; width: 758px; }

div#columnas {
    position: relative;
    width: 750px;
	height: auto;
}

#menu_left {
	margin-left: 3px;
	float: left;
	width: 190px;
}

#contenido {
	margin-left: 220px;
	margin-top: 40px;
	width: 505px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.clearfloat{ clear: both; }
#footerDiv {
	clear: both;
	background: transparent url(images/fondo.png) no-repeat bottom left;
	width: 100%;
	height: 30px;
	position: relative;
}
#footerBG {
	width: 100%;
	background: transparent url(images/fondo.png) no-repeat;
	background-position: center;
	position: relative;
}
#footerText {width: 734px; padding: 0 14px 0 14px; text-align: center; }
#footerText div#separator {width: 700px; height: 2px; background: #D7D7D7; margin: auto;}
.jungla {position: absolute; bottom: 32px; right: 27px;}
#rightNav {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 200px;
	text-align: right;
	font-size: 13px;
}
hr {
	color: #d7d7d7;	
}
table {
	border-color: #d7d7d7;	
	border-collapse: collapse;
}
table td {
	border-color: #d7d7d7;
	padding: 5px;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
}
#footerSeparator {
	height: 147px;
	width: 100%;
	background: transparent;
	clear: both;
}

/*LETRAS*/
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #595A5C;
	font-weight: bold;
}
/*MENU*/
.espaciado li {
margin-bottom: 8px;	
}
.espaciadoDoble li {
margin-bottom: 16px;	
}
.noborder {
border-width: 0px;
border-collapse: collapse;
border-style: none;
}
.textmiddle {vertical-align: text-bottom;} 