@charset "utf-8";
/* CSS Document */
body{
	
	background:url(../imagenes/fondo_cuerpo.jpg) #f5fcfa top repeat-x;
	margin:0px;	
}
div#principal
{
	width:100%;
	margin:0px auto;
	
}
div#cabecera
{
	width:100%;
	background:url(../imagenes/header.jpg) left no-repeat;
	height:333px;
}

div#cuerpo
{
	width:100%;
	height:auto;
}
div#menu
{
	width:200px;
	height:auto;
	padding-top:10px;
	position:relative;
	float:left;
}
div#menu li
{
	text-decoration:none;
	list-style-type:none;
	margin-top:10px;
}
div#menu li a
{
	text-decoration:none;
	list-style-type:none;
	color:#135eab;
	font-weight:bold;
	font-style:italic;
}
div#contenido
{
	padding-top:40px;
	padding-left:10px;
	width:500px;
	min-width:400px;
	height:auto;
	position:relative;
	float:left;
}
.titulo
{
	font-size:18px;
	color:#135eab;
	font-weight:bold;
}
.texto
{
	font-size:14px;
	color:#135eab;
}
table
{
color:#135eab;
}
div#cuerpo_derecho
{
	width:260px;
	height:100%;
	min-height:205px;
	background:url(../imagenes/lateral.jpg) top no-repeat;
	position:relative;
	float:right;
}
div#pie
{
	background:url(../imagenes/fondo_pie.jpg) bottom repeat-x;
	height:148px;
	clear:left;
}
div#piepescador
{
	background:url(../imagenes/pescador.jpg) right no-repeat;
	float:right;
	position:relative;
	height:148px;
	width:61px;
}
