@charset "utf-8";
body {
	text-align: center;
	background: #f7f7f7 url(body_background.png) repeat-x;
	margin:0;
	font: 11px Tahoma;
}
#top {
	width: 100%;
	height: 29px;
	text-align: right;
}
#quicklinks {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#quicklinks ul {
	cursor: default;
	margin:0;
	padding: 0;
	display:inline;
	float:right;
}
#quicklinks ul li {
	float:left;
	margin-left:1px;
	list-style-type: none;
	display: table-cell;
	height:23px;
	padding-top:6px;
	background: url(top_li_background.png) repeat-x;
}
#quicklinks ul li#lisearch {
	padding: 4px 6px 0;
}
#quicklinks a {
	color: #fff;
	padding: 0 8px 0 8px;
	text-decoration: none;
}
#quicklinks a:hover {
	color: #cbd6fd;
}
#searcheador {
	width:188px;
	height:19px;
	background-image:url(buscar_background.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:relative;
}
#searcheador form {
	display:inline;
}
.searchbox {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:2px;
	left:2px;
	width:156px;
	height:15px;
	color:#727272;
	font-size:10px;
	padding:0 4px 0;
}
.search_submit {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:2px;
	left:165px;
	width:20px;
	height:15px;
}
#logo {
	height:120px;
	background: url(header_background.png);
}
#logo img {
	margin-top:5px;
}
#logo a img {
	border: 0;
}
#contenedor {
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
.caja {
	background: #fff;
	overflow: hidden;
	margin: 0 0 1em 0;
	display: block;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	_height:535px;
}
#menul {
	float: left;
	*padding:7px 0  0 0;
	margin: 0 7px 0 0;
	overflow: hidden;
	width: 217px;
	background: #fff url(menu_lateral_background.png) no-repeat;
}
#menul ul {
   margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, sans-serif;
}
#menul ul li {
	padding: 8px 0 10px 34px;
	border-bottom: 1px dotted #cfcfcf;
	background:transparent url(bullet_menul.png) no-repeat;
	background-position: 16px 8px;
	width:200px;
}
#menul ul li:hover {
width:211px;
	background:transparent url(bullet_menul_hover.png) no-repeat;
	background-position: 16px 8px;
}
#menul ul li a {
	color:#3d3d3d;
	text-decoration: none;
	
}
#menul ul li a:hover {
	/*color:#2e3b6c;*/
	color:#cd5d38;
}
#menul img {
	margin: 6px 0 18px 10px;
}
#menul a img {
	border:0;
}
#menul ul li>ul {
	background: #fff;
	display: none;
	position: absolute;
	margin-left: 170px;
	margin-top: -12px;

 *margin:0 0 0 0;
}
#menul ul ul li:hover, #menul ul ul li a:hover {
	background-color: #f3f3f3;
	color: #369;
}
#menul ul li>ul li {
	display : block;
	float:none;
	padding:4px 0 0 6px;
	margin:0;
	border:0;
	width:220px;
	height:16px;
	border-bottom:1px solid #ebebeb;
	background:none;
}
#menul ul li>ul li:hover {
	background:none;
}
#menul ul ul {
	border: 1px solid #4a538a;
	background-color: #fff;
	padding:0;
	cursor: default;
}
#menul ul li ul {
	_display: none;
}
#menul ul li>ul li.ultimo {
	border:0;
}
#menul ul li:hover>ul {
	display : block;
}
#menul ul ul a {
display : block;

	color:#515c89;
}




#subnav {
	height:41px;
	background: url(subnav_background.png) repeat-x;
z-index:3;
}
#subnav ul {
	cursor: default;
	margin:0;
	padding: 0;
	display:inline;
}
#subnav ul li {
	float:left;
	margin-left:1px;
	list-style-type: none;
	display: table-cell;
	height:10px;
	padding:6px 0 6px 0;
	margin-top:7px;
	border-right: 1px solid #ebebeb;
}
#subnav a {
	color: #3f4d80;
	padding: 0 8px 0 8px;
	text-decoration: none;
}
#subnav a:hover {
	color: #cd5d38;
}
#subnav ul li>ul {
	display: none;
	position: absolute;

 *margin-right: 0;
 *margin-left:-100px;
 *margin-top:15px;

}

#subnav ul li>ul li {
	display : block;
	float:none;

	border:0;
	width:100%;
	
	margin:0;
	border-bottom:1px solid #ebebeb;
}
#subnav ul li>ul li.ultimo {
	border:0;
}
#subnav ul li:hover>ul {
	display : block;
}
#subnav ul ul {
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding:0;
	
	cursor: default;
}
#subnav ul li ul {
	_display: none;
}
#subnav ul ul li a {
height:10px;
	
	margin:0;
	
	color: #369;
	display : block;
	width:185px;
}
#subnav ul ul li a.lk2 {
height:10px;
	color: #505050;
}
#subnav ul ul li a.lk3 {
height:12px;
	color: #cb5c38;
}
#subnav ul ul li:hover, #subnav ul ul li a:hover {
	background-color: #f3f3f3;
	color: #369;
	height:10px;
}


#subul li.sfhover ul {
	display:block;
	margin:0;
	padding:0;
	
	overflow:hidden;
}
#subul li.sfhover ul li {
	display:block;
	float:none;
	margin:0;
	padding:0;
}



.main {
	background: #fff;
	width: 100%;
 *width: 80%;
	overflow: hidden;
	margin: 0 0 1em 0;
	display: block;
	overflow: hidden;
	border-right: 1px solid #cfcfcf;
	_clear:all;
}
#columna1 {
	float: left;
	margin: 0;
	overflow: hidden;
}
#columna1a {
	float: left;
	margin: 0 4px 0 0;
	overflow: hidden;
}
.cfade {
	width:275px;
	height:200px;
	overflow: hidden;
}
.cfade h3 {
	color: #4c5a8e;
	font-size:24px;
	margin:10px 0 0;
}
.cfade a img {
	border:0;
}
/* fade 1 es provisionalmente más corto, y he creado fade11 para meter los congresos */
.fade1{
	background: #fff url(destacado1a.png) no-repeat;
	height:129px;
	padding: 90px 5px 0;
}
.fade11{
	background: #fff url(destacado1b.png) no-repeat;
	height:71px;
	padding: 90px 5px 0;
}

.fade1 a {
	color:#333;
	text-decoration:none;
}

.fade1 a:hover {
	color:#cd5d38;
}

.fade2, .fade3, .fade5, .fade6 {
	height:201px;
}
.fade4 {
	background: #fff url(destacados_background.png) no-repeat;
	height:200px;
	padding: 45px 10px 0;
}
.fade4 a {
	color:#333;
	text-decoration:none;
}

.fade4 a:hover {
	color:#cd5d38;
}

.fade4 p {
	margin-bottom:20px;
}
.fade2, .fade3, .fade5, .fade6 {
	display:none;
}
#columna1b {
	float: left;
	overflow: hidden;
}
.vermas {
	background: #fff url(ver_mas_background.png) no-repeat;
	padding-top:4px;
	height: 36px;
	text-align:center;
	color: #fff;
	font: 11px Verdana, sans-serif;
 *width:273px;
}
.vermas a img {
	border: 0;
	margin: 2px 0 0 7px;
	vertical-align: middle;
}



#videomes, #calendario {
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
width:271px;
}
#videomes a img {
	border:0;
}

#boxtexto{
height:172px;
overflow:hidden;
}

#calendario ul {
	width: 200px;
	margin:1px 0 20px;
	padding: 0;
	list-style-type: none;

}
#calendario ul li {
	padding:8px 0px 8px 28px;
	background:transparent url(bullet_calendario.png) no-repeat;
	background-position: 10px 14px;
	color: #7a7a7a;
}
#calendario ul li a, #calendario ul li a:visited {
	color: #7a7a7a;
	text-decoration:none;
}
#calendario ul li a strong {
	color: #3e4c7f;
	font-weight:normal;
}
.plus {
	padding: 2px 4px 6px;
	border-top: 1px solid #f8430d;
	background: #e2e2e2;
	color: #2f3b67;
}
.plus a {
	color: #2f3b67;
	text-decoration:none;
}
#columna2 {
	float: left;
	margin: -4px 5px 0 5px;
 *margin: 0 0 0 -15px;
	padding: 7px 7px;
	overflow: hidden;
	background: #f3f3f3 url(columna2_background.png) repeat-x;
	background-position: 0 -1px;
}
#columna2 a img {
	border: 0;
}
#footer {
	margin:0 auto;
	height: 29px;
	border:1px solid #b9b9b9;
	background: url(footer_background.png) repeat-x;
	text-align:center;
	color:#fff;
 font-size:14px:
}
#footer ul {
	cursor: default;
	margin:0 auto;
	padding: 6px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	height:29px;
 *margin-left:10px;
}
#footer ul li.nu:after {
	content: "   .";
}
#footer a {
	color:#fff;
	text-decoration: none;
	font-size:11px;
}
#fin {
	text-align: center;
	color: #838383;
	margin-bottom: 20px;
}
.final {
	margin-right: 0;
}

