.Required {
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
	color : #222222;
	text-decoration: none;
	padding: 4px;
}

.TextoGris, .TextoGris a:link, .TextoGris a:visited, .TextoGris a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #595959;
	text-decoration: none;
	padding: 4px;
}

.TextoGris a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	text-decoration : underline;
	padding: 4px;
}

.TextoBlanco, .TextoBlanco a:link, .TextoBlanco a:visited, .TextoBlanco a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

.TextoBlanco a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#d3d3d3;
	text-decoration : underline;
	padding: 4px;
}

.Titulos, .Titulos a:link, .Titulos a:visited, .Titulos a:active {
	/*font-family : Georgea;*/
	font-family : Arial Narrow;
	font-size : 18px;
	font-weight: bold;
	color : #F7A336;
	text-decoration: none;
	padding: 4px;
}

.Titulos a:hover {
	/*font-family : Georgea;*/
	font-family : Arial Narrow;
	font-size : 18px;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
	padding: 4px;
}

.Titulos2, .Titulos2 a:link, .Titulos2 a:visited, .Titulos2 a:active {
	font-family : Georgea;
	font-size : 18px;
	color : #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

.Titulos2 a:hover {
	font-family : Georgea;
	font-size : 18px;
	color :#000000;
	text-decoration : none;
	padding: 4px;
}

.Subsecciones, .Subsecciones a:link, .Subsecciones a:visited {
	font-family : Arial Narrow;
	font-size : 18px;
	color : #F7A336;
	text-decoration: none;
	padding: 2px;
}



.Subsecciones_bold {
	font-family : Arial Narrow;
	font-size : 18px;
	color : #F7A336;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}



.Subsecciones a:hover {
	font-family : Arial Narrow;
	font-size : 18px;
	color :#787878;
	text-decoration : none;
	padding: 2px;
}

.Gris1 {
	background: #F1F0ED;
}

.Gris2 {
	background: #9E9D90;
}

.Blanco {
	background: #FFFFFF;
}

.Naranja1 {
	background: #FFB300;
}

.Pdf {
	background: url(../images/img_FondoPDF.jpg);
	background-repeat: repeat-x;
}