@charset "utf-8";

.textos {
	font-family: Arial, Verdana, helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0b0b0b;
}
.textos3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1e1d1d;
}
.Estilo1 
{
	font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    font-family: Arial, 
    Helvetica, sans-serif;
}
.no1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #898787;
}
#cmd_enviacomentario
{
	background-color:#ffa530;
	border: solid 1px ;
	border-color:#e7870a;
}
.encuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.enviar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3A3A3A;
}
.fechaComentarios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffa530;
}
.numero {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0C5BAB;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #898787;
}
.Encabezado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.recomendar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.datos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #606060;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1e1d1d;
}
.nivel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.vermas {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: inherit;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #21609b;
}

/***********************************************/
/*        MESSAGE BOX                          */
/***********************************************/

.mbx-info, .mbx-success, .mbx-warning, .mbx-error, .mbx-validation
{
	border: 1px solid;
	margin: 10px 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.mbx-info
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}

.mbx-success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}

.mbx-warning
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.mbx-error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}

/*************************************************/
