body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
/*a:link {
	color: ac0426;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;

}*/

.tituloMenu {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.tituloMenu a {
	color: #FFFFFF;
	text-decoration:none;
}
.tituloMenu a:hover {
	color : #ac0426;
	text-decoration: none;
}

.SubMenu {
	font-family: tahoma;
	font-size: 11px;
	color: FFFFFF;
	padding-bottom : 2px;
	padding-left : 10px;
	font-weight: normal;
	text-decoration:none;
}
.SubMenu a {
	color: FFFFFF;
	text-decoration:none;
}
.SubMenu a:hover {
	color: #ac0426;
	text-decoration:none;
}

.SubMenu2 {
	font-family: tahoma;
	font-size: 11px;
	color: 000000;
	padding-bottom : 2px;
	padding-left : 5px;
	font-weight: normal;
}
.SubMenu2 a {
	color: 000000;
	text-decoration:none;
}

.SubMenu2 a:hover {
	color: FFFFFF;
}

.text1 {
	font-family: tahoma;
	font-size: 12px;
	color: 000000;
	font-weight: normal;
}

.frame {
background-image:url(images/Fondopag.jpg)
	/*border: 1px solid #599ed5;*/
}

.designed_by {
	font-family: Arial;
	font-size: 8.5px;
	font-weight: lighter;
	color: #000000;
}


.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #AAC041;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


.Titulo {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: FFFFFF;
	font-weight: bold;
	
}

.Titulo2 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: 000000;
	font-weight: bold;
	
}

.TituloInfo {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: FFFFFF;
}

table.FormatoTabla {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	background-color: #986208;
	width:95%;
	text-align:center;
}
table.FormatoTabla th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: #25ad4b;
	font-size:12px;
	color: 000000;
}
table.FormatoTabla td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	font-size:9px;
	color: 000000;
}

