/* CSS Document */
.titulos{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	font-style: normal;
	letter-spacing:-1px;
	font-stretch:condensed;
	font-weight:bold;
	}
.texto12{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-style: normal;
	}
.amarillo_mini{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	}
.gris_tit{
	font-family:Arial, Helvetica, sans-serif;
	color: #9fa5aa;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	}

.blanco{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	}
.blanco_mini{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	}
.amarillo{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	}
	
.normalbld{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight:bold;
	font-size: 11px;
	}
.normal12bld{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight:bold;
	font-size: 12px;
	}
.normal{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	}
.ngroitalic{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	}
.amarilloital{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	}
.link_amarillo{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
.link_amarillo:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration:underline;
	}
	
.link_negro{
	font-family:Arial, Helvetica, sans-serif;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
    text-decoration:none;
	}
.link_negro:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #efaa22;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	}
	
.link:hover{
	color:#efaa22;
	text-decoration:none;
	}

.link:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#efaa22;
	font-style:normal;
	}

.link:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#efaa22;
	font-style:normal;
	text-decoration:none;
	}
.menublanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	letter-spacing:-1px;
	text-decoration:none;
	cursor:pointer;
	}
.menublanco:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #c7d551;
	font-size: 14px;
	font-style: normal;
	letter-spacing:-1px;
	text-decoration:underline;
	cursor:pointer;
	}
.menuon{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	letter-spacing:-1px;
	text-decoration:none;
	cursor:pointer;
	}
.menuon:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #c7d551;
	font-size: 14px;
	font-style: normal;
	letter-spacing:-1px;
	text-decoration:underline;
	cursor:pointer;
	}
	
.texto11{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-style: normal;
	}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-style: normal;
	letter-spacing:-1px;
	}
.textovinculo{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f1e62;
	font-style: normal;
	font-stretch:condensed;
	font-stretch: wider;
	text-decoration: none;
	cursor:pointer;
	}
.textovinculo:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f1e62;
	font-style: normal;
	font-stretch:condensed;
	font-stretch: wider;
	text-decoration: underline;
	cursor:pointer;
	}
	
.textoverde{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #259e43;
	font-style: normal;
	}
	
.tabla{
	border-right: #d4d3d3 1px solid; 
	border-top: #d4d3d3 1px solid; 
	border-left: #d4d3d3 1px solid; 
	border-bottom: #d4d3d3 1px solid; 
	background-image:url(portal/index/imgs/participacion.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
 	height:90px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	}
