@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#content {
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;

}
#contentTop #flags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#contentTop #flags a {
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	line-height: 20px;
	background-image: url(../images/backgrounds/language.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 100px;
	display: block;
}
#contentTop #flags a:hover {
	background-image: url(../images/backgrounds/languageOn.png);
	color: #666666;
}


#fcdigital {
	color: #FFFFFF;
}
#content h1 {
	background-image: url(../images/backgrounds/h1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 55px;
	font-size: 32px;
	line-height: 32px;
	color: #2C2C2C;
	padding-left: 50px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#content h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	color: #E9B917;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#content h3 {
	padding-top: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #585858;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}



/* uso especial de texto*/
strong {
	color: #666666;
}
cite {
}

/* ligas en el área de contenido */
#content a {
	text-decoration: none;
	color: #E6B302;
}
#content a:hover {
	text-decoration: none;
}
#content a:active {
	text-decoration: underline;
}
#content a:visited {
}

/* ligas FCDdigital */
#fcdigital a {
	text-decoration: none;
	color: #FFFFFF;
}
#fcdigital a:hover {
	text-decoration: none;
}
#fcdigital a:active {
	text-decoration: underline;
}
#fcdigital a:visited {
}
