.fondo_principal {
	background-image: url(../../../../images/fondo.jpg);
	background-repeat: repeat-x;
}
#izq {
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
#cabezal {
	position:absolute;
	left: 50%;
	top:0px;
	height: 200px;
	width: 300px;
	margin-left: -385px;
	z-index: 5;
}

/************* GENERAL CSS ************/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #598c04;
}

a:hover {
	text-decoration: underline;
	color: #598c04;
}

/************* HEADER STUFF ************/

#header {
	z-index: 0;
	width: 770px;
	margin: 0px auto 0px 0px;
}

/************* MENU ************/

#menu {
	z-index: 5;
	height: 150px;
	width: 100%;
}
#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	position:absolute;
	left: 50%;
	top:0px;
	margin-top:130px;
	margin-left: -375px;
	width: 750;
	z-index: 4;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 750px;
	padding: 5px 0px 10px;
}

#right {
	float: right;
	width: 235px;
	padding: 5px 0px 10px 5px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(../../../../Mis archivos recibidos/images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
#left td {
	color: #858585;
}
.txt_v {
	font-weight: bold;
	text-decoration: none;
	color: #598c04;
	line-height: 1.3em;
}
#left .banner {
	background-color: #fff1d7;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

