/* CSS Document */
BODY {
   margin: 0px 0px 0px 0px;
   }
#web {
	/* Estilo para centrar la Web tanto horizontal como vertical */
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 570px; /*Le ponemos el valor del alto*/
	width: 1000px; /*Le ponemos el valor del ancho*/
	margin-top: -285px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -500px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.caja {
	border: 3px solid #01FFFF;
}

.Boton
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	height:21px;
	COLOR: #000000;
	text-decoration:none;
	background-image: url(../Images/contacto/fondo_boton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 56px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.titulo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.BotonCua {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	height:21px;
	COLOR: #000000;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #01FFFF;
	padding: 2px;
}
.texto12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.menu12Azul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #01FFFF;
	text-decoration: none;
}
