@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(FONDO.jpg);
	background-repeat:repeat;
	font-size: 11px;
	color: #525250;
	margin: 0px;
	padding: 0px;
}
	
/*== FOOTER ===*/
.footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	background-color:#FF0000;
	height:50px;
}

.link_pro{
	color: #555;
	text-decoration:none;
}
.cuadro{
	color:#525250;
	background-image:url(index_16.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 372px;
}
.cuadro_p{
	color:#525250;
	background-image:url(index_16.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 372px;
}
.linkarriba{
	color:#CCC;
	text-decoration:none;
	font-size:10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#todoarriba{
	bottom: 0px;
	width: 100%;
	height: 28px;
	background-color:#002B4F;
	z-index:10000px;
}
#todomedio{
	bottom: 0px;
	background-image:url(FONDO2.jpg);
	background-repeat:repeat;
	width: 100%;
	height: 170px;
	z-index:10000px;
}
#todoFotter{
	bottom: 0px;
	width: 100%;
	background-image:url(FONDO.jpg);
	background-repeat:repeat;
	height: 100%;
	z-index:10000px;
}
	
