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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

#content {
	line-height: 1.5em;
	letter-spacing: 0.03em;
	text-align: justify;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 16px;
}
#footer, #footer a {
	font-size: 11px;
	color: #82AC2B;
	text-decoration:none;
	font-weight: bold;
}
#fcdigital, #fcdigital a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C7C7C7!important;
	text-decoration:none;
	font-weight: bold;
}

/* Título y subtítulo */
h1 {
	font-size: 30px;
	letter-spacing: 0.08em;
	color: #B6CC29;
	font-weight: normal;
	font-family: "Myriad Pro", Verdana, sans-serif;
	padding-left: 15px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: left;
	line-height: 40px;
}

h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #252160;
	font-weight: normal;
	font-family: "Myriad Pro", Verdana, sans-serif;
	text-align: left;
}
#contentRight h3 {
	width: 420px;
	padding: 5px;
	border: 1px dotted #ECFDDA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	font-family: "Myriad Pro", Verdana, sans-serif;
	text-align: center;
	line-height: 30px;
	background-image: url(../images/backgrounds/h3Green.png);
	background-repeat: repeat-x;
}
h3.special {
	color: #59B101;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}



/* uso especial de texto*/
strong {
}
.highlight {
	color: #59B101;
	font-size: 16px;
	font-weight: normal;
}
.innobiz {
	font-weight: bold;
	color: #1C3F95;
	font-family: "Myriad Pro", Verdana, sans-serif;
}
cite {
}
#contentLeft p {
	color: #222222;
	line-height: 1.35em;
	font-size: 13px;
}


/* ligas en el área de contenido */
#content a {
	text-decoration: none;
	color: #99CC00;
}
#content a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
#content a:active {
	text-decoration: underline;
}
#content a:visited {
}
#tableDownload td {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	color: #2186EB;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 18px;
}
#tableDownload td a:hover {
	border:0px;
}

