@charset "utf-8";
/* CSS Document */

body{
	background-color:#4f785a;
	background-image: url(img/fondo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%;
}
p{
	font-size: 12px;
}
h1{
	font-size: 16px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	height: 25px;
	border-bottom: 1px dotted #FFFFFF
}
#Content{
	margin: auto auto;
	width: 905px;
	padding: 5px;
}
#cont_izq{
	float: left;
	width: 430px;
}
#cont_der{
	float: right;
	width: 450px;
	height: 650px;
}