/* CSS Document */
.titulo{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}

.textoObras{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}

.menu {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #FF0000;
	border: thin outset #CCCCCC;
	cursor: pointer;
}

.subMenu {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF0000;
	background-color: #FFFFFF;
	border: thin outset #CCCCCC;
	cursor: pointer;
}

.subMenuSin {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF0000;
	background-color: #FFFFFF;
	border: thin dotted #CCCCCC;
	cursor: pointer;
}
.textoNegrita{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-position: left center;
	text-align: justify;
}
.texto {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-position: left center;
	text-align: justify;
}
.textoTamanio{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-position: right;
}
.fondoContacto {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../img/asociacion/puerta.jpg);
	background-position: center center;
}
.lista {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-position: center center;
	text-align: justify;
}

.fondo {
	background-color: #FFFFFF;
	background-image: url(../img/logo/logoAGDEM1.jpg);
	background-repeat:  repeat-x repeat-y;
}
.tituloPpal {
	font-family: Arial;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}

.enlace {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
}
.listaEnlace {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
}
.paginacion{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	color: #0066FF;
}
.mapa{
	border-style::#000000;
	border-top:inset;
	border-right:inset;
	border-bottom:groove;
	border-left:groove;
}