/* CSS Document */

/* COLORES */

.color1
{
	color: #000000;
}
.color2
{
	color: #FFFFFF;
}

/* TEXTOS */

.cabecera_menu
{
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.texto_gris_normal
{
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
    color: #2d2d2d;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.texto_gris_menu
{
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.texto_naranja_pie
{
	font-weight: normal;
	font-size: 12px;
	line-height:15px;
    color: #cd722f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a.menu:link
{
	font-weight: normal;
	font-size: 12px;
	line-height:15px;
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.menu:visited
{
	font-weight: normal;
	font-size: 12px;
	line-height:15px;
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.menu:hover
{
	font-weight: normal;
	font-size: 12px;
	line-height:15px;
    color: #cd722f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

a.enlace_naranja_pestanas:link
{
	font-weight: bold;
	font-size: 12px;
	line-height:15px;
    color: #cd722f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	float:right;
}
a.enlace_naranja_pestanas:visited
{
	font-weight: bold;
	font-size: 12px;
	line-height:15px;
    color: #cd722f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	float:right;	
}
a.enlace_naranja_pestanas:hover
{
	font-weight: bold;
	font-size: 12px;
	line-height:15px;
    color: #cd722f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
	float:right;	
}
