.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #93693b;
	text-transform: uppercase;
	letter-spacing: 1mm;
}
.titulov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1mm;
}
.bienvenida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	font-variant: normal;
	color: #93693b;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 130%;
	font-weight: normal;
	margin: 0pt;
	padding: 0px;
	text-align: justify;
}
.textogris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 130%;
	font-weight: normal;
	margin: 0pt;
	padding: 0px;
	text-align: justify;
}
.textobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 130%;
	font-weight: bold;
	margin: 0pt;
	padding: 0px;
	text-align: justify;
}
.proyeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E94E1B;
	line-height: 130%;
	font-weight: bold;
	margin: 0pt;
	padding: 0px;
	text-align: justify;
}
.textocentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 130%;
	font-weight: normal;
	margin: 0pt;
	padding: 0px;
	text-align: center;
}
.textoderecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 130%;
	font-weight: bold;
	margin: 0pt;
	padding: 0px;
	text-align: right;
}
.textoportada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
	font-weight: bold;
	margin: 0pt;
	padding: 0px;
	text-align: justify;
}
.marquesina {
	font-family: Arial, Helvetica, sans-serif;
	color: #93693b;
	font-size: 11pt;
	font-weight: bold;
	word-spacing: 5pt;
}
.marquesina2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E94E1B;
	font-size: 11pt;
	font-weight: bold;
	word-spacing: 5pt;
}
.textolegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	line-height: 130%;
	font-weight: bold;
	margin: 0pt;
	padding: 0px;
	text-align: right;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.botonhome {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 8pt;
	color: #666;
	text-align: center;
}
.primeraletra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	color: #000;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 6px;
    border: 1px solid #07787a;
    border-radius: 0px;
    background: #07787a;
    background: -webkit-gradient(linear, left top, left bottom, from(#07787a), to(#07787a));
    background: -moz-linear-gradient(top, #07787a, #07787a);
    background: linear-gradient(to bottom, #07787a, #07787a);
    text-shadow: #591717 1px 1px 0px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #0bc0c3;
    background: #089092;
    background: -webkit-gradient(linear, left top, left bottom, from(#089092), to(#089092));
    background: -moz-linear-gradient(top, #089092, #089092);
    background: linear-gradient(to bottom, #089092, #089092);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #044849;
    background: -webkit-gradient(linear, left top, left bottom, from(#044849), to(#07787a));
    background: -moz-linear-gradient(top, #044849, #07787a);
    background: linear-gradient(to bottom, #044849, #07787a);
}

