@charset "utf-8";
/* CSS Document */
.menuauxiliar{
	background-image:url(imagenes/fondomenuauxiliar.jpg);
	background-repeat:repeat-y;
}
.contactenos{
	background-image:url(imagenes/fondocontactenos.jpg);
	background-repeat:no-repeat;
}
.informacion{
	background-image:url(imagenes/helicoptero.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: none;
	color: #999999;
	text-decoration: none;
}
.titulo{
	font-size: 28px;
	font-style: none;
	font-weight: bold;
	color: #FF8F2C;
	text-decoration: none;
}
.titulocategoria{
	font-size: 20px;
	font-style: none;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titulocaso{
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	color: #FF8F2C;
	text-decoration: none;
}
.celda{
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color:#F7F7F7;
}
.titulo2{
	font-size: 20px;
	font-style: none;
	font-weight: bold;
	color: #FF8F2C;
	text-decoration: none;
}
.texto{
	font-size: 14px;
	font-style: none;
	font-weight: none;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}
.textocontacto{
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.titulocontacto{
	font-size: 25px;
	font-style: none;
	font-weight: bold;
	color: #FF8F2C;
	text-decoration: none;
}

.vinculo{
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.vinculo:hover{
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #FF8F2C;
	text-decoration: underline;
}

