	body {
		padding: 0px;
		margin:  0px;
		width:  100%;
		height: 100%;
		font-family: Sans-Serif;
		font-size: 8pt;
	}

	img {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	img.block {
		display: block;
	}

	a {
		font-family: Sans-Serif;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:link {
		text-decoration: none;
		font-weight: bold;
		color: #BDC3BD;
	}

	a:active {
		text-decoration: none;
		font-weight: bold;
		color: #F7CB31;
	}

	a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #526D8C;
	}

	a:hover {
		text-decoration: none;
		font-weight: bold;
		color: #EF4D00;
	}

	.titulo_verde {
	font-family: Sans-Serif;
	font-weight: bold;
	color: #C1D804;
	text-transform: uppercase;
	font-size: 12pt;
	}

	.titulo_azul {
	font-family: Sans-Serif;
	color: #526D8C;
	font-size: 10pt;
	}
	
	.menu_naranja {
	font-family: Sans-Serif;
	text-transform: uppercase;
	font-size: 7pt;
	}

	.menu_naranja:link {
	color: #FF8B02;
	}
	
	.menu_naranja:visited {
	color: #FF8B02;
	}
	
	.menu_naranja:hover {
	color: #526D8C;
	}

	.galeria {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	}
	
	.celdaback {
	background-image: url(../pics/img-index-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
	a.subcontenido {
	color: #526D8C;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	}
	
	a.subcontenido:link {
	color: #526D8C;
	}
	
	a.subcontenido:hover {
	color: #C1D804;
	}
	
	a.subcontenido:active {
	color: #F7CB31;
	}