/* ESTILOS PARA TEMPLATES DE FORMULARIOS */

.form {
	font-size: 10px;
	font-variant: normal;
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* ESTILOS PARA TEXTOS GENERALES */

.txt-gral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.txt-gral-titu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.txt-gral-1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.txt-num {
	font-weight:bold;
	font-size: 30px;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* ROJO */

.txt-rojo { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ff0000;
}

/* BLANCO) */

.txt-blanco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

/* ESTILOS HIPERVINCULOS */

a.link-1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.link-1:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

a.link-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.link-2:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a.link-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.link-3:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.link-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.link-4:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a.link-5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.link-5:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

/* ESTILOS TITULOS */

.titu-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD9442;
	font-weight: bold;
}

.titu-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD9442;
	font-weight: bold;
	text-transform:uppercase;
}

.titu-3 {
	font-weight:bold;
	font-size: 20px;
    color: #CC6600;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* ESTILOS CLASE */

.linkpop {
    color: #666666; 
	font-weight: bold; 
	text-decoration: none;
	background-color:#D4D4D4	
}

.linkpop:hover {
    background-color: #f5f5f5
}
 
.linkrojo {
   color: #CC0000; 
   font-weight: bold; 
   text-decoration: none
}
nk
.linkrojo:hover {
   text-decoration: underline;
}

.link-autor {
   color: #CC0000; 
   font-size: 10px;
   font-weight: bold; 
   text-decoration: none;
}

.link-autor:hover {
   text-decoration: underline;
}

 .linkazul {  
   color: #003399;
   font-size: 12px; 
   font-weight: bold; 
   text-decoration: none
}
 
.tablaVerde {
	border-color:#99CC99;
	border-style: solid;
	border-width: thin;
	margin-right: 0px;
	margin-left: 10px;
}

.tablaVerde td {
	border-style: none;
	background-color: #99CC99;
	font-size:10pt;
}
 
