/* CSS Document Base styles */
* {font-family:Arial, Helvetica, sans-serif;}
body {	margin:0px;	padding:0;	background-color:#FFFFFF;}
 
/*Main Titles */ 
.tituloseccion,
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #527D26;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.internaltitle,
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #527D26;
	text-align: left;
}
.classh3,
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0 0 0 10px;
}


/*Common texts */ 

.general-text,
P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.b{
font-weight: bold;
}

a{color: #666666;	font-weight: normal;	font-size: 12px;	text-decoration: none; text-decoration: underline;}
a:hover{ text-decoration: underline;}