@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cont {
	background-repeat: no-repeat;
	background-color: #D3E9BE;
	text-align: justify;
}
.textobase {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
.titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1D9126;
	text-align: justify;
	font-weight: bold;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
.fotillas {
	text-align: center;
}
.titulosGDES {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #1D9126;
	text-align: justify;
	font-weight: bold;
}
.submenus {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1D9126;
	text-align: center;
	font-weight: bold;
	text-transform: none;
}
