.texto {
	color: #000000;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}
.texto_subrayado{
	color: #000000;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
	text-decoration:underline;
}
.texto_rojo {
	color: #FC0C1E;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}

.texto_blanco {
	color: #FFFFFF;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}

.texto_cursiva_negrita {
	color: #000000;
	font-size: 13px;
	font-family: arial;
	font-style: italic;
}

.texto_14_negrita {
	color: #000000;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}

p.centrado {
	text-align:center;
}

table.borde {
	border: 1px solid #000000;
}

td.borde {
	border: 1px solid #000000;
}

a.pie {
	text-decoration:none;
	color:#000000;
	font-family:arial; 
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}

a.pie:hover {
	text-decoration:underline;
}

span.pie {
	color:#000000;
	font-size:11px;
	font-style:normal;
	font-family:arial;
}

a.menu {
	text-decoration:none;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight:bold;
}

a.menu:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight:bold;
}

a.menu_principal {
	text-transform: uppercase;
	text-decoration:none;
	color: #000000;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

a.menu_principal:hover {
	text-transform: uppercase;
	text-decoration:underline;
	color: #000000;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}



span.cuerpo_precio {
	color: #FF0000;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

span.cuerpo_texto {
	color: #000000;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}

span.cuerpo_texto_rojo {
	color: #FC0C1E;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}

span.cuerpo_texto_sin_negrita {
	color: #000000;
	font-size: 13px;
	font-family: arial;
}

span.cuerpo_texto_grande {
	color: #000000;
	font-size: 18px;
	font-family: arial;
	font-weight:bold;
}

span.titulo_pagina {
	color: #000000;
	font-size:11px;
	font-family:arial;
	font-style:italic;
}


a.cuerpo_mail {
	text-decoration:underline;
	color: #FF0000;
	font-size: 13px;
	font-family: arial;
	font-weight:bold;
}

a.cuerpo_mail_grande {
	text-decoration:underline;
	color: #FF0000;
	font-size: 18px;
	font-family: arial;
	font-weight:bold;
}



span.titulo_texto_datos {
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight:bold;
}

span.titulo_texto_informacion {
	color: #000000;
	font-size: 25px;
	font-family: arial;
	font-weight:bold;
}

a.olvidado {
	color: #000000;
	font-size: 10px;
	font-family: arial;
}

a.menu_usuario {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;	
	text-decoration:none;
}

a.menu_usuario:hover {
	text-decoration:underline;
}

a.menu_usuario_rojo {
	color: #FC0C1E;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

a.menu_usuario_blanco{
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

.boton {
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
	color:white;
    background:#638cb5;
    border-color:#FFFFFF 1px solid;
    width:150px;
    height:22px;
}
