body {
	
	background: #308188 URL("imagen/fondo.gif") repeat-y;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

a {

	color: #308188;
	text-decoration: none;

}

a:hover {

	color: #FFFFFF;
	text-decoration: underline;

}

.titular {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #818830;
	font-weith: bold;
	text-transform: uppercase;
}

#izda {

	width: 220px;
	float: left;

}

#dcha {

	width: 460;
	float: left;

}

#separador {

	height: 20px;
	clear: both;

}

#contenido {

	width: 500px;
	padding: 50px 0 20px 30px;

}

#contenido a:hover{

	color: #333333;
	text-decoration: none;

}

#contenido b{

	color: #308863;
	font-size: 12px;

}

#menu {

	padding-left: 40px;
	font-size: 14px;
	line-height: 25px;
	
}

#pie {

	padding: 40px 0 20px 0;

}

#mas {

	float: right;
	margin: 0 0 0 20px;
	padding: 0;

}

#subir {
	
	
	float: right;
	margin: 20px 0 20px 20px;
	padding: 0;
	clear: both;

}
