body{
	overflow:auto;
	background-image: url(imagenes/fondo.gif);
	background-repeat: no-repeat;
	background-color: #612a61;
	background-attachment: fixed;
}
.contendio{
	/*margin-left: 150px;*/
	margin-top: 10px;
}
.menu{
	margin-left: 175px;
	margin-top: 200px;
}
.powered{
	margin-top: 3px;
}
.titulo{
	padding-left: 20px;
	color: White;
	font-family: "MS Serif", "New York", serif;
	font-size: 17px;
	font-weight: bold;
}
.titulo_tit{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: White;
	background-color: #BA96C0;
	}
.cnt_contenido{
	padding-left: 25px;
	padding-right: 20px;
	font-family: Arial;
	color: White;
	font-size: 11px;
}
.sub_menu{
	margin-bottom: 10px;
	font-family: Verdana;
	color: White;
	font-size: 10px;
	font-weight: bold;
}
a:link{
	font-family: Verdana;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-family: Verdana;
	color: Silver;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	font-family: Verdana;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

div#Izquierda { position:absolute; top:15%; left:0; width:25%; height:85%; overflow:auto; }
div#Derecha { position:absolute; top:15%; left:25%; width:75%; height:85%; overflow:auto; }
