.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9c9c9c;
}

.mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}


.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	line-height: 13px;
	text-align: left;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	text-align: justify;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 13px;
	text-align: justify;
}

.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9c9c9c;
	line-height: 13px;
	text-align: justify;
}

.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 13px;
	text-align: justify;
}

a.texto: hover {
	color: #000000;
	text-decoration: underline;
}

a.texto:link {
	color: #006699;
	text-decoration: none;
}

a.texto: visited {
	color:#006699;
	text-decoration: none;
}

a.texto: active {
	color:#006699;
	text-decoration: none;
}

.ampliar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0066ff;
	line-height: 20px;
	text-align: right;
}

a.ampliar: hover {
	color: #000000;
	text-decoration: underline;
}

a.ampliar:link {
	color: #0066ff;
	text-decoration: none;
}

a.ampliar: visited {
	color:#0066ff;
	text-decoration: none;
}

a.ampliar: active {
	color:#0066ff;
	text-decoration: none;
}

img.doble {
	padding: 10px;
}

.cuadro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #cccccc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.cuadro2{
	font-size:10px;
    font-family:Arial,Verdana,Helvetica;
    font-weight:normal;
    color:white;
    background:#999999;
    border:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	height: 17px;
}


