/* CSS MENU LATERAL */

#menuOpciones {
	background-color: #FFFFFF;
}

#menuOpciones ul {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

#menuOpciones ul li {
	margin: 0px;
	padding-bottom: 1px;
}

#menuOpciones ul li a {
	font-family:Arial;
	font-size: 12px;
	letter-spacing: .05em;
	display: block;
	padding-left: 25px;
	color: #16466E; /*color de las letras de menu*/
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	background: url(../images/linea_menu_izq_up.gif) no-repeat left;
}

#menuOpciones ul li a:hover {
	color: #FFFFFF;
	background: url(../images/linea_menu_izq_despliega.gif) no-repeat bottom;
}

#menuOpciones ul ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#menuOpciones ul ul li a {
	padding-left: 25px;
	font-weight: normal;
	background-color: #F8DBBE;
	background-image: url(../images/bullet_naranja.gif);
	background-position: 7px 7px 0px 0px;
}

#menuOpciones ul ul li a:hover {
	color: #16466E;
	font-weight: bold;
	background-color: #F7C999;
	background-image: url(../images/bullet_naranja2.gif);
	background-position: 7px 7px 0px 0px;
}



/* CSS DESPLIEGA Y PLIEGA */

.pliega {
	display: none;
}

.desPliega {
	display: block;
}

/* TEXTOS */

.style1 {
	font-family:Arial;
	font-size: 12px;
	letter-spacing: .05em;
	display: block;
	padding-left: 25px;
	color: #ffffff; /*color de las letras de menu*/
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
}

/*------------------------------*/

.titulo_menu  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #4686a2;
}

.titulo_menu a {
	color: #4686a2;
	text-decoration: none;
}

.titulo_menu a:hover  {
	color: #333333;
	text-decoration: none;
}


/*------------------------------*/

.titulo_comunidades  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4686a2;
	text-decoration: none;
	
}

.titulo_comunidades a {
	color: #4686a2;
	text-decoration: none;
}

.titulo_comunidades a:hover  {
	color: #333333;
	text-decoration: none;
}

/*------------------------------*/

.titulo_comunidades2  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	color: #000000;
}

.titulo_comunidades2 a  {
	color: #000000;
	text-decoration: none;
}

.titulo_comunidades2 a:hover {
	color: #A5BC01;
}

/*------------------------------*/

.texto_comunidades  {
	font-family:Arial;
	font-size: 12px;
	color: #666666;
}

.texto_comunidades a  {
	color: #666666;
	text-decoration: none;
}

.texto_comunidades a:hover {
	color: #9aaf03;
}

/*------------------------------*/


.bullet_naranja {/*ahora el color es verde*/
	font-family:Arial;
	font-size: 12px;
	color: #afc701;
}

.bullet_azul {
	font-family:Arial;
	font-size: 12px;
	color: #6398AA;
}

/*------------------------------*/

.texto_menu  {
	font-family:Arial;
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
}

.texto_menu a  {
	color: #666666;
	text-decoration: none;
}

.texto_menu a:hover {
	color: #9aaf03;
}

/*------------------------------*/

.titulo_menu_intra  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #4C6F8B;
}

.titulo_menu_intra a {
	color: #4C6F8B;
	text-decoration: none;
}

.titulo_menu_intra a:hover  {
	color: #333333;
	text-decoration: none;
}

/*------------------------------*/

.texto_menu_intra  {
	font-family:Arial;
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
}

.texto_menu_intra a  {
	color: #666666;
	text-decoration: none;
}

.texto_menu_intra a:hover {
	color: #6398AA;
}

/*------------------------------*/
.texto  {
	font-family:Arial;
	font-size: 12px;
	padding-left: 11px;
	padding-right: 15px;
	color: #333333;
}

.texto a  {
	color: #F07D00;
	text-decoration: none;
}

.texto a:hover {
	color: #F07D00;
}

.texto_intranet  {
	font-family:Arial;
	font-size: 12px;
	color: #333333;
}

/*------------------------------*/

.titulo_prensa  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #ffffff;
}

.prensa  {
	font-family:Arial;
	font-size: 10px;
	color: #16466E;
}

.prensa a  {
	color: #16466E;
	text-decoration: none;
}

.prensa a:hover {
	color: #000000;
}
/*------------------------------*/
.fecha_noticias  {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #F07D00;
}
.noticias  {
	font-family:Arial;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	color: #16466E;
}

.noticias a  {
	color: #F07D00;
	text-decoration: none;
}

.noticias a:hover {
	color: #F07D00;
}
/*------------------------------*/

.ver_noticias  {
	font-family:Arial;
	font-size: 10px;
		font-weight: bold;
			padding-left: 10px;
	color: #000000;
}

.ver_noticias a  {
	color: #000000;
	text-decoration: none;
}

.ver_noticias a:hover {
	color: #F07D00;
}

/*------------------------------*/

.copyright  {
	font-family:Arial;
	font-size: 10px;
	color: #ffffff;
}

.copyright_12  {
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}

/*------------------------------*/

.socios_img   {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	color: #000000;
}

.socios_img a  {
	color: #000000;
	text-decoration: none;
}

.socios_img a:hover {
	color: #A5BC01;
}

/*------------------------------*/

.texto_sinpad  {
	font-family:Arial;
	font-size: 12px;
	color: #666666;
}

.texto_sinpad a  {
	color: #666666;
	text-decoration: none;
}

.texto_sinpad a:hover {
	color: #9aaf03;
}
