body {
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #EFF1EC;
	margin-left: 0px;
	margin-right: 0px;
}

.minitext {
font-family: Tahoma; 
font-size: 10px;  

}

.bodytxt {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-align:justify;
}

.bodytxt-naranja {
	font-family: tahoma;
	font-size: 11px;
	color: #FF6600;
}


.bodytxt2 {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}


/*HIPERVINCULOS NARANJAS*/

.linkstd{
	font-family: tahoma;
	font-size: 11px;
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}

.linkstd:hover{
	text-decoration:underline;
}



/*HIPERVINCULOS PDF*/

.linkpdf{
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
	font-weight:normal;
}

.linkpdf:hover{
	text-decoration:underline;
	color: #000000;
}

/*HIPERVINCULOS PDF BOLD*/

.linkpdfbold{
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.linkpdfbold:hover{
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}


.copy {
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
    text-decoration:none;
}

.copy:hover {
	text-decoration:underline;
}

.menu_top {
	font-family: tahoma;
	font-size: 11px;
	color:#485B2D;
    text-decoration:none;
}

.menu_top:hover {
	text-decoration:underline;
}

.back {
	font-family: tahoma;
	font-size: 11px;
	color:#F27E2B;
}

.tit {
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
}

.greentxt {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	color: #1B7A62;
    text-decoration:none;
}

.greentxt:hover {
	text-decoration:underline;
}


.formularios {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	width: 200px;
}

.boton {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	color: #666666;
	height: 23px;
	text-align:center;
	vertical-align: middle;
	border-top:    1px solid #E4DECE;
	border-bottom: 1px solid #D1C8B1;
	border-right:  1px solid #E4DECE;	
	border-left:   1px solid #D1C8B1;
	background-color: #FFFFFF;
}