@charset "utf-8";
/*MENU GENERAL *********************************************************************************************/

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-image:url(../imagenes/fondoMain3.jpg);
	background-repeat:repeat-x;
	background-color: #989898;
}
img {
	border:none;
}

/*PAGINACIÓN *********************************************************************************************/

.pagination {
	font-size: 14px;
	color:#888888;
	font-weight:bold;
}
.pagination a, .pagination a:visited {
	color: #2E6AB1;
	font-size: 13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.pagination a:hover, .pagination a:active {
	color: #CC0000;
	font-size: 13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

/*MENU HORIZONTAL *********************************************************************************************/

ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	/*height:33px;*/
	font-size:12px;
	/*background:url(images/bg.png) repeat-x top left;*/
	font-family:Arial, Helvetica, sans-serif;
	/*border:1px solid #000;*/
	margin:0;
	padding:0;
}
ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.menu li a {
	float:left;
	color:#FFF;
	text-decoration:none;
	height:32px;/*padding:15px 0px 0px 0px;*/
}
ul.menu li a:hover {
	color:#fff;
	text-decoration:underline;/*background:url(images/bg.png) repeat-x top left;*/
}
.current {
	color:#fff;/*background:url(images/bg.png) repeat-x top left;*/
}
ul.menu .current a {
	color:#fff;
	font-weight:700;
}
/*RED*/
ul.menu.red {
/*background-color:#B11718;*/
}
ul.menu.red li a:hover, .menu.red li.current {
/*background-color:#DE3330;*/
}

/*LINKS *********************************************************************************************/

/* Link Rojo */
#lk_900 a:link, #lk_900 a:visited, #lk_900 a:active {
	color: #900;
	text-decoration: none;
}
#lk_900 a:hover {
	text-decoration: underline;
}

/* Link Blanco */
#lk_ffffff a:link, #lk_ffffff a:visited, #lk_ffffff a:active {
	color: #ffffff;
	text-decoration: none;
}
#lk_ffffff a:hover {
	text-decoration: underline;
}

/* Link Azul Portada */
#lk_50707C a:link, #lk_50707C a:visited, #lk_50707C a:active {
	color: #50707C;
	text-decoration: none;
}
#lk_50707C a:hover {
	text-decoration: underline;
}

/* Link Gris */
#lk_666666 a:link, #lk_666666 a:visited, #lk_666666 a:active {
	color: #666666;
	text-decoration: none;
}
#lk_666666 a:hover {
	text-decoration: underline;
}

/*MENU VERTICAL 1*********************************************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/wire-frame-menu/ */

.wireframemenu {
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 230px;
	margin-left:8px;
}
.wireframemenu_title {
	font: bold 13px Arial;
	padding: 4px 3px;
	display: block;
	width: 97.5%; /*Define width for IE6's sake*/
	background-image:url(../imagenes/fondo_menu_titulo.jpg);
	background-repeat:repeat-x;
	background-color: #BDBEBE;
	color: #333;
	text-decoration: none;
	text-align:center;
	border-bottom: 1px solid #C0C0C0;
}
.wireframemenu_selected {
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 97.5%; /*Define width for IE6's sake*/
	background-color: #ECEBEA;
	/*color: white;*/
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
* html .wireframemenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 224px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu a {
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.wireframemenu a:visited {
	color: #595959;
}
html>body .wireframemenu a { /*Non IE rule*/
	width: auto;
}
.wireframemenu a:hover {
	background-color: #ECEBEA;
	color: black;
}
/*MENU VERTICAL 2*********************************************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/wire-frame-menu/ */

.wireframemenu2 {
 border-bottom:: 1px solid #630061;
	background-color: white;
	border-bottom-width: 0;
	width: 200px;
}
* html .wireframemenu2 { /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}
.wireframemenu2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu2 a {
	/*font: bold 13px Verdana;*/
	font: none 12px Arial;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #737373;
	text-decoration: none;
	border-bottom: 1px solid #630061;
}
.wireframemenu2 a:visited {
	color: #595959;
}
html>body .wireframemenu2 a { /*Non IE rule*/
	width: auto;
}
.wireframemenu2 a:hover {
	background-color: #EFEFEF;
	color: #630061;
}

