@charset "utf-8";
/* CSS Document */

/*-----estilos divs y tablas-----*/
.avisos{
	font-size:20px;
	text-align:center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.avisosRojo{
	font-size:20px;
	text-align:center;
	font-weight: bold;
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
}

.contenedor{

}

.content{
	width: 962px; /*ancho total de la div */
	position:static;

}

.linea{
	
border-right-width:1px;

border-right-style: solid;

border-right-color: #71784E;
}

.clear{
	clear:both;
}

.arriba{
	vertical-align:top;
}

.izquierda{
	/*float:left;
	width:153px;*/
	background:#fff;
	text-align:center;
	color:#000;
	vertical-align:top;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.fotoizq{
	float:left;
	clear:both;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:top;
}

.derecha{
	text-align:right;
	}



.contenido{
	/*width:809;
	float:right;*/
	text-align:left;
	background:#FFF;
	padding:30px;
	vertical-align:top;
}

/*-----textos-----*/

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313333;
	font-weight: normal;
}

.textobold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313333;
	font-weight: bold;
}

.textobold14_2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313333;
	font-weight: bold;
}

.textobold14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313333;
	font-weight: bold;
	text-align: center;
}

.textoboldtit16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #71784E;
	font-weight: bold;
}

.textoboldtit14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #71784E;
	font-weight: bold;
}

.textoboldtit12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71784E;
	font-weight: bold;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:right;
}

.org{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#71784E;
	text-align:center;
}

.breadcrumb{
	color:#71784E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.breadcrumbAct{
	color:#71784E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

.fondo{
	background-image:url(../imagenes/docs/2.jpg); background-repeat:repeat-y;}

.noliga{
	}

a.nav:link {color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px; }
a.nav:actived{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px;}
a.nav:visited{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px;}
a.nav:hover {color:#000; text-decoration: underline; }

a.navd:link {color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px; }
a.navd:actived{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px;}
a.navd:visited{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:12px;}
a.navd:hover {color:#000; text-decoration: underline; }

a.navb:link {color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:10px; }
a.navb:visited{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:10px;}
a.navb:hover {text-decoration: underline; }

a.navavisos:link {color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:20px; }
a.navavisos:visited{color: #71784E; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; font-size:20px;}
a.navavisos:hover {text-decoration: underline; }


