/* KAAN    verde: #99AE6D;   amarillo: #F9C500;    gris: #CCCCCC;  negro: #030303 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	color: #FFFFFF;
	background-color: #6F6F6F; /* #99AE6D; */
}

.limite {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #99AE6D;
	text-align: center;
}

.limitesel {
	background-color: #F9C500;	
}

.atajos {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.content {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-align: justify;
}

.contenttitle, .contentsubtitle {
	font-size: 14px;
	color: #F9C500;
	font-weight: bold;
	font-variant: small-caps;
}

.contentsubtitle {
	font-size: 12px;
}

hr {
	line-height: 1px;
	color: #99AE6D;
}

img.reference { 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


input, textarea, button {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

input:hover, textarea:hover, button:hover {
	background-color: #99AE6D;
	color: #FFFFFF;
}

.internallink {
	font-weight: bold;
	color: #99AE6D;
}

.fieldtitle {
	color: #99AE6D;
}

.fieldtitleerror {
	color: #F9C500;	
	font-weight: bold;
}

.piedepag {
 	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}