@charset "iso-8859-1";
/* CSS Document */

body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background:#e8f9ff url(../images/fondo-total.jpg) bottom center no-repeat;
	text-align:center;
	font-family:'Trebuchet MS';
	font-size:12px;
}

#cabecera {
	width: 876px;
	height: 77px;
	background: url(../images/fnd-cab.png) center no-repeat;
	margin: 0 auto;
	text-align:right;
}

#menu-sup {
	float:right;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	margin-right:40px;
	color:#FFFFFF;
	text-align:center;
}



#contenido {
	width: 685px;
	background: url(../images/fnd-ppal.jpg) repeat-y;
	margin: 5 auto 50 auto;
	border:3px solid #b29b7d;
	padding:12px;
	text-align:justify;
}

.img-der{
	float:right;
	border:0px;
	margin-left:5px;
}

.img-izq{
	float:left;
	border:0px;
	margin-right:5px;
}


A.menu:link {text-decoration:none; color:#000000;}
A.menu:visited {text-decoration:none; color:#000000;}
A.menu:active {text-decoration:none; color:#000000;}
A.menu:hover {text-decoration:none; color:#ffffff;}

