/****** FILE: themes/boadilla2/css/reset.css *****/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	font-size: 100%;
}





/****** FILE: themes/boadilla2/css/typography.css *****/
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Arial,Helvetica,sans-serif; /* Verdana, Lucida, Arial, sans-serif; */
}

/* HIGHLIGHT
-------------------------------------------- */

.typography .highlight {
	background-color: #ceff77;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 18px;
 	font-size: 1.2em;
	margin: 0 0 18px 0;
	text-align:justify;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

.typography blockquote p {
	font-size: 1em;
}	

/* LINKS 
-------------------------------------------- */

.typography a, .typography a:link, .typography a:visited { 
 	text-decoration: none; 
	/*color: #3E91C4;*/
	color: #669900;
}

	.typography a:hover { 
 		text-decoration: underline;
		color: #669900;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	/*margin: 0 0 18px 24px;*/
	color: #666;
	font-size: 1.2em;
	margin: 0 0 18px 18px;
}
	.typography li {
		margin: 5px 10px;
	}
		.typography li li {
			/*font-size: 10px;*/
		}
		.typography ul ul {
			/*font-size: 10px;*/
			font-size:1em;
		}

#Content ul li, #ContentFull ul li {
	list-style-type:disc;
}

#Content ul ul li, #ContentFull ul ul li {
	list-style-type:circle;
}

#Content ol li, #ContentFull ol li{
	list-style-type:decimal;
}

ul#Menu2 {
	font-size: 1em;
}

.typography ul h2 {
	font-size: 1.3em;
}

.typography ul p,
.typography p ul,
.typography p p {
	font-size: 1em;
}

.typography ul h3{
	font-size: 1.5em;
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	/*color: #4EA3D7; */
	color: #669900;
	/*margin: 0 0 18px 0;*/
	font-weight: bold;
	/*font-family: Tahoma, Verdana, sans-serif;*/
}

.typography h1 {
	font-size: 2.4em;
}
.typography h2 { 
 	font-size: 1.6em;
 	/*border-bottom: solid thin #CCC;*/
 	padding: 5px;
}	
.typography h3 {
	color: #222;
	margin: 0 0 18px 0;
	/*font-weight: 300;*/
	font-weight: bold;
	clear: both;
	font-size: 1.6em;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 1.8em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.typography h5 {
	font-size: 1.4em;
	/*color: #222; */
	color: #669900;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 1.4em;
	color: #222;
	/*line-height: 1.5em;*/
	font-weight: 700;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	/*font-size: 11px;*/
	font-size: 1em;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			/*border:1px solid #999;*/
			padding:5px;
		}

.typography table.center {
	margin-left:auto;
	margin-right:auto;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 10px;
	}
	.typography img.left {
		float: left;
		margin-right: 10px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.typography img.adjustwidth {
		width: 200px;
	}
	.typography img.adjustheight {
		height: 200px; 
	}

/* CLEAR
-------------------------------------------- */
.typography .clear {
	clear:both;
}


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

.sidebarBox ul li a{
	font-size: 1.1em;
}

.typography strong {
	font-weight:bold;
}

.typography em {
	font-style:italic;
}

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


/****** FILE: themes/boadilla2/css/typography_extra.css *****/
/*PLANTILLAS*/

.typography img.imagenDer {
	padding:4px 6px 15px 15px;
	float:right;
	border:0;
	width:150px;
}
.typography img.imagenIzq {
	padding:4px 15px 15px 0;
	float:left;
	border:0;
	width:150px;
}
.typography .FloatleftCenter {
	float:left;
	text-align:center;
	width:100%;
}
.typography img.imagenDer2 {
	padding:0 0 10px 7px;
	border:0;
	width:150px;
}
.typography img.imagenIzq2 {
	padding:0 8px 10px 0;
	border:0;
	width:150px;
}
.typography img.imagenIzq3 {
	padding:0 8px 15px 0;
	border:0;
	width:150px;
	display:block;
}
/*
--------------------------------------------*/


ul.noticiasRelacionadas {
	font-size: 1.2em;
}

ul.eventosRelacionados {
	font-size: 1.2em;
}

/****** FILE: themes/boadilla2/css/form.css *****/
/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1.2em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
	margin:0 !important;
}

form ul li {
	list-style-type:none !important;
}
/*
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
*/
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7 !important;
	color: #000;
	font-size: 1em;
	/*font-weight: bold;*/
	width: 300px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	/*font-size: 1.2em;*/
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 10px 0;
	color: #777;
	font-size: 1em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	/*float: right;*/
	padding: 1px;
	margin: 0 10px 0 0;
}

/* USER FORMS - BUZON DEL CIUDADANO
-------------------------------------- */
#Form_Form {
	/*width:320px;*/
	/*width:630px;*/
	width:640px;
	margin:0 auto;
}
#ContentFull form {
	width:590px;
	margin:0 auto;
}

#Form_Form .Actions,
#ContentFull form .Actions {
	margin-top:10px;
	font-size:1.2em;
	text-align:center;
}

#Form_Form .field,
#ContentFull form .field {
	padding-left:5px;
}

#ContentFull form p {
	text-align:center;
}

#Form_Form div.field.odd,
#ContentFull form div.field.odd {
	background-color: #fff;
}

#Form_Form div.field.even,
#ContentFull form div.field.even {
	background-color: #eee;
}

#Form_Form h3,
#ContentFull form h3 {
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#Form_Form label,
#ContentFull form label {
	display:inline-block;
	margin: 0 0 0 -5px;
	padding: 0 5px 0 5px;
}

#Form_Form label.required,
#ContentFull form label.required {
	margin: 4px 0 0 3px;
}

#Form_Form label.left {
	width: 300px;
	vertical-align:top;
	margin: 10px 0 10px 0;
}

#ContentFull form label.left {
	width: 190px;
	vertical-align:top;
	margin: 10px 0 10px 0;
}

#Form_Form .middleColumn,
#ContentFull form .middleColumn {
	width: 320px;
	display:inline-block;
	margin-top:7px;
}

#Form_Form li.valSI, #Form_Form li.valNO, #Form_Form li.valNS-NC,
#Form_Form li.val1, #Form_Form li.val2, #Form_Form li.val3, #Form_Form li.val4, #Form_Form li.val5 {
	float:left;
}

#Form_Form li,
#ContentFull form li {
	margin: 5px;
}

/****** FILE: themes/boadilla2/css/layout.css *****/
/* Global Resetting */
body {
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */

	background:#FFF url(../images/body_bg2.gif) repeat-x;
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}

a, a:hover, a:visited, a:link{
	color:#222;
	outline:0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.rss{
	background:url(../images/feed-icon-16x16.gif) no-repeat;
	padding:1px 0 1px 20px;
}

.clear{
	clear:both;
}

/* Layout CSS */
#Wrapper {
	margin:12px auto;
	width:1000px;
}
#Container {
	width:990px;
	float:left;
}
#DegradadoLeft {
	background:url(../images/degradado_left.gif);
	display:inline;
	float:left;
	width:5px;
	height:855px;
}
#DegradadoRight {
	background:url(../images/degradado_right.gif);
	display:inline;
	float:right;
	width:5px;
	height:855px;
}
#Header {
	height: 290px;
}
	#Header #Navigation {
		height: 109px;
		background-color: #FFF;
	}
		#Header #Navigation #FontSize {
			float:right;
			margin-right:23px;
			margin-top:3px;
			display:inline;
			/*display:none;*/
		}
			#FontSize #Size1 {
				cursor:pointer;
				font-size:12px;
				padding:2px;
			}
			#FontSize #Size2 {
				cursor:pointer;
				font-size:15px;
				padding:2px;
			}
			#FontSize #Size3 {
				cursor:pointer;
				font-size:17px;
				padding:2px;
			}
			#FontSize .selected {
				font-weight:bold;
			}
		#Header #LinksHeader {
			float:right;
			font-size:1.2em;
			padding:7px;
			margin-right:15px;
		}
		
		#Header #Navigation #Logo {
			/*float: left;*/
			background:url(../images/Escudo.gif);
			width: 191px;
			height: 77px;
		}
		
		#Header #Navigation #Menu1 {
			background:url(../images/menu1_bg.gif) repeat-x left bottom;
			position: relative;
			padding-left: 30px;
			top: 2px;
			height: 30px;
		}
		
			#Menu1 ul{
				position:absolute;
				bottom:0;
				width:940px;
			}

			#Menu1 li {
				height:30px;
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#Menu1 li:hover {
						background:url(../images/menu1_right_over.gif) no-repeat right top;
				}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				
				#Menu1 li.destacado{
					float:right;
					background:url(../images/menu1_destacado_right.gif) no-repeat right top;
				}
				#Menu1 li.destacado:hover{
					background:url(../images/menu1_destacado_right_over.gif) no-repeat right top;
				}
				#Menu1 li.destacado.current,
				#Menu1 li.destacado.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}

				
				#Menu1 li a {
					line-height:25px;
					display:block;
					color:#000;
					font-size:1.2em;
					text-decoration:none;
					padding:4px 15px 0px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						background:url(../images/menu1_left_over.gif) no-repeat left top;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						font-weight:bold;
					}
					
				#Menu1 li.destacado a {
					background:url(../images/menu1_destacado_left.gif) no-repeat left top;
				}
					#Menu1 li.destacado a:hover {
						background:url(../images/menu1_destacado_left_over.gif) no-repeat left top;
					}
					
					#Menu1 li.destacado.current a,
					#Menu1 li.destacado.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						font-weight:bold;
					}


	
	#Header #Image {
		margin-top: 12px;
		height: 140px;
		overflow:hidden;
	}

	#Header #Image #PortadaDefecto {
		background:url(../images/PortadaBoadilla01.jpg);
		height: 140px;
		width: 990px;
	}

	#Header #Image #Portada {
		height: 140px;
		width: 990px;
	}
	
	#Header #Bar {
		height: 29px;
		position: relative;
	}
	
	#Header #Bar #Breadcrumbs {
		height: 29px;
		width: 780px;
		position: absolute;
		left: 10px;
		top: 0px;
		overflow:hidden;
	}
		#Breadcrumbs p {
			line-height: 29px;
			font-size: 1.2em;
		}
	
	#Header #Bar #Searchbox {
		background: transparent url(../images/searchbox.gif) no-repeat scroll left top;
		height: 29px;
		width: 194px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
		#Searchbox input.text {
			background:transparent none repeat scroll 0 0;
			border:0 none !important;
			color:#666666;
			margin:0;
			position:absolute;
			left:0;
			top:5px;
			width:159px;
			height:17px;
		}
		
		#Searchbox input.action {
			background:transparent none repeat scroll 0 0;
			border:medium none;
			clear:none;
			cursor:pointer;
			display:block;
			float:right;
			height:24px;
			overflow:hidden;
			padding-top:26px;
			width:32px;
		}
	
#Layout {
	/*height: 200px;*/
	background-color: #FFF;
}

#Content {
	width: 695px;
	float: right; 	
	margin: 10px 15px 10px 10px;
	text-align: left;
	display: inline;
}

#ContentFull {
	padding: 10px 30px;
}

#ContentRight {
	float:right;
	width:728px;
}

#ContentHome {
	float: left;
	display: inline;
	width:438px;
	/*margin: 10px 14px 0 14px;*/
	margin: 10px 14px;
}
	#ContentHome li.noticia {
		width:412px;
		/*height:425px;*/
		margin:0px;
		background-color: #E0E0E0;
	}
	
	#ContentHome .noticiaMedia {
		height: 273px;
	}
	
	#ContentHome .noticiaData {
		padding: 10px;
		overflow: hidden;
		height: 124px;
	}
		.noticiaData .postTitle {
			padding: 0;
		}
	
	#ContentHome .Summary {
		/*height: 55px;*/
		height: 75px;
		overflow: hidden;
	}
	#ContentHome p.blogVitals {
		text-align: right !important;
		padding: 10px !important;
		color: #999 !important;
	}
	#ContentHome a.comments {
		background: url(../images/comments.gif) no-repeat left center;
		padding: 3px 0 3px 25px;
	}
	#ContentHome a.readmore {
		background: url(../images/readmore.gif) no-repeat left center;
		padding: 3px 0 3px 25px;
	}

	
	/* Controles numericos de las noticias */	
	div#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		background-color: #E0E0E0;
		text-align:center;
		}
	div#controls span{
		margin:0 10px 0 0; 
		padding:0;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	div#controls span a{
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	div#controls span.current a{
		background:#690;
		color:#fff;
		}
	div#controls span a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	/*-----------------------------------*/
	

#ContentHomeTop {
	background: #EFEFEF url(../images/contentHome_Top.gif) top left no-repeat;
	padding:13px;
	padding-bottom:0;
	display:inline-block;
}

#ContentHomeBottom {
	background: #EFEFEF url(../images/contentHome_Bottom.gif) bottom left no-repeat;
	height:6px;
}

	#lineTitle {
		height: 1px;
		background-color: #CCC;
		margin-bottom:10px;
	}

	#Footer #Separador1 {
		display: none;
		height: 29px;
	}
	#Footer #Relacionados {
		background:url(../images/BarraRelacionados.gif);
		height: 163px;
	}
		#Footer #Relacionados table.tablaPie {
			width: 100%;
			height: 100%;
		}
		
		#Footer #Relacionados table th {
			padding: 0 0 2px 25px;
		}
		
		#Footer #Relacionados table td {
			padding: 5px 5px 5px 25px;
		}
		
		#Footer #Relacionados table thead.cabecera th {
			vertical-align:bottom;
			height:41px;
			font-size:1.7em;
			color:#690;
			font-weight:bold;
			font-style: italic;
		}
		#Footer #Relacionados table tbody.cuerpo {
			height:122px;
		}
		#Footer #Relacionados table p {
			margin:0px;
		}
		#Footer #Relacionados table table {
			margin:0px;
			font-size:1.2em;
		}
		#Footer #Relacionados table table td{
			padding:0;
		}
		
	
	#Footer #Separador2 {
		background-color:#e3e7ea;
		height: 29px;
		text-align:center;
		color:#333;
		font-size: 1.1em;
		line-height:2.6em;
	}
	#Footer #Separador3 {
		height: 30px;
	}
	#Footer #Separador4 {
		background-color:#67a914;
		height: 9px;
	}
	#Footer #Degradado {
		height: 116px;
		background:url(../images/footerDegradado.gif) repeat-x;
	}
/*------------------------------------*/

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 250px; 
	float: left;
	margin: 10px 0 0 12px;
	padding: 0;
	display: inline;
}

#SidebarLeft { 
 	width: 250px; 
	float: left;  
	margin: 10px 0 0 12px;
	padding: 0;
	display: inline;
}

#SidebarRight { 
 	width: 250px; 
	float: right;  
	margin: 10px 12px 0 0;
	padding: 0;
	display: inline;
}

	.sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background-color: #EFEFEF;/* url(../images/sidebarHeader.gif) no-repeat left top; */
		display:inline-block;
		width:250px;
	}
	
	.sidebarTop {
		margin:0;
		/*margin: 0 0 5px 0;*/
		/*padding-bottom: 2px;*/
		background: #EFEFEF url(../images/sidebarTopBg.gif) no-repeat left top; 
		display:inline-block;
		width:250px;
	}

	.sidebarBox .titulo { 
		clear: both; 
		/*text-transform: lowercase;*/
		color: #000;
		font-weight: 700; 
		font-size: 1.3em; 
		margin: 0 0 10px 0;
		line-height: 40px;
		padding: 1px 0 0 15px;
		/*background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;*/
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	.sidebarBox .titulo a {
		color: #000 !important;
	}
	
	.sidebarBottom {
		height: 15px;
		display: block;
		/*width: 200px;*/
		margin: -5px 0 10px 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	.sidebarBox a em {
		font-style: normal;
	}
	.sidebarBox p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
	
		.sidebarBox ul {
			margin: 2px 0 5px 3px;
		}
		.sidebarBox li {
			/*margin: 8px 2px;*/
			margin: 8px 15px;
			list-style: none;
		}
		.sidebarBox ul.TopTen li {
			margin:0;
		}
		
		.sidebarBox ul.TopTen li div {
			margin:8px 15px;
		}
		
		.sidebarBox ul.TopTen li div {
			margin:8px 15px;
		}
		
		.sidebarBox ul.TopTen li .separador,
		.sidebarBox .separador {
			background-color: #DDD;
			height: 1px;
			width: 230px;
			margin: 3px 0 0 3px;
		}
		
    ul#Menu2 li { 
			/*font-size: 0.9em; */
			margin: 1px 0 3px 4px;
			list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            /*width: 240px;*/
            padding-right:6px;
            font-size: 1.3em;
            /*height: 1.8em;*/
            line-height: 1.8em;
            color: #898989;
      	}

			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 8px;
					width: 222px;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      ul#Menu2 li a.levela  {
            width: 237px;
            padding-right:6px;
            
      }
      
      ul#Menu2 li a.levela:hover,
      ul#Menu2 li a.levela.current  {
           padding-right:10px;
      }
      ul#Menu2 li a.levela.section:hover  {
      		padding-right:6px;
      }

      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
				background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
				color: #666;
				cursor: pointer;
				text-decoration: none;
      }

	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
				background: #DCDCDC;
				font-weight: 700;
			}
			
			ul#Menu2 li a.levela:hover span,
			ul#Menu2 li a.current span,
			ul#Menu2 li a.section span,
			ul#Menu2 li a.section:hover span,
			ul#Menu2 li a.current:hover span {
				background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
				display: block;
				height: 100%;
			}
			
			ul#Menu2 li a.levela:hover em,
			ul#Menu2 li a.current em,
			ul#Menu2 li a.section em,
			ul#Menu2 li a.section:hover em,
			ul#Menu2 li a.current:hover em {
				background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
				display: block;
				height: 100%;
			}

      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		background: #DCDCDC;
            		padding: 0;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
			ul#Menu2 li a.levelb {
				font-size: 1.2em;
				width: 227px;
				padding-right:6px;
				background: transparent;
				margin-left: 10px;
			}
			ul#Menu2 li a.levelb:hover,
			ul#Menu2 li a.levelb.current  {
				padding-right:11px;
			}
			ul#Menu2 li a.levelb.section:hover  {
      			padding-right:6px;
			}
      
			ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            		background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
	            	text-decoration: none;
      	      	display: block;
            		color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

      		ul#Menu2 li a.levelb:hover em {
				width:222px;
			}

/* SIDEBAR - CALENDAR
---------------------------------------- */

.sidebarBox #events {
	padding: 0 5px 5px 5px;
}

.sidebarBox .proximosEventos {
	background: url(../images/flecha-down.gif) no-repeat right;
	padding-right: 20px;
	display:inline-block;
	color:#690;
	margin: 0 0 5px 5px;
	font-size:1.2em;
}

.sidebarBox .event-summary {
	margin:0;
	line-height:1.6em;
	background: none;
	font-size:1.3em;
	font-weight:bold;
}
.sidebarBox .event-summary a {
	background:transparent url(../../../event_calendar/images/calendar__plus.png) no-repeat left;
	padding-left:20px;
	color:#690 !important;
	border:0;
}

.sidebarBox .dates {
	margin-left: 35px;
}


/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.linkrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
div#Result {
	padding:20px;
}
#Result h6 {
	margin:0;
}
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

		ul#SearchResults li p {
			padding-left: 10px;
		}
		
		ul#SearchResults li p.breadcrumbs {
			margin-bottom: 5px;
		}

#PageNumbers {
	font-size:12px;
	text-align:center;
}

#PageNumbers a,
#PageNumbers .currentPage {
	background:#FFFFFF none repeat scroll 0% 50%;
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
}

#PageNumbers .currentPage {
	color:#E31212;
	font-weight:bold;
}

#PageNumbers a:hover {
	background:#EFECEC none repeat scroll 0%;
	text-decoration:none;
}


/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	/*
	margin: 4px 0 0 3px;
	width: 92%;
	*/
	padding: 5px;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
}

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

#Relacionados td {
	background:url(../images/separadorFooter.gif) no-repeat left top;
}

#Relacionados td td {
	background:none;
}

.nobackground {
	background:none !important;
}


/* WIDGET WEATHER
--------------------------------------------- */

#Weather { padding-top:7px; }
#Weather img { float:left; margin:7px; }
#Weather p { font-size: 12px; clear:none; margin:0 2px 0 0; }
#Weather #tempMax, #Weather #tempMin { margin-right:10px }
#Weather table { margin:0; }
#Weather td { padding:0; }

/* WIDGET VIDEOS
--------------------------------------------- */

#Informativos a {
	cursor:pointer;
	width:250px;
	height:79px;
}

#Informativos a span {
	padding: 51px 0pt 0pt 125px;
	position: absolute;
	width: 108px;
}

#Informativos div {
	padding: 7px 0;
}

#Informativos img {
	width: 100px;
}

#Informativos select {
	width: 120px;
}

.loginmessage{
	text-align:center !important;
}

/* WIDGET CERTIFICADOS
----------------------------------------------*/
#Certificados {
	padding:10px;
	height:123px;
}

#Certificados a{
	padding:0;
}

#Certificados #certificado1 {
	margin: 0 0 5px 5px;
	height: 78px;
}
#Certificados #certificado2 {
	margin: 0 10px 5px 0;
	height: 78px;
}
/* ULTIMAS NOTICIAS
---------------------------------------------*/
#UltimasNoticias {
	width:412px;
	height:455px;
}
#UltimasNoticias p.authorDate { margin-bottom: 5px; }

#recomendaciones img { margin-bottom: 10px; }

/****** FILE: themes/boadilla2/css/shadowbox.css *****/
/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/LICENSE
 *
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 * @version     SVN: $Id: shadowbox.css 20M 2009-04-23 13:08:21Z (local) $
 */

/*_____________________________________________  container, overlay, & wrapper  */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  /*height: expression(document.documentElement.clientHeight + 'px');*/
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 10px;
  /*overflow: hidden;*/
  /*border: 10px solid #fff;*/
}
#sb-body-inner {
  position: relative;
  height: 100%;
  padding: 0px;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  text-align: center;
  top:0;
  background: #fff url(../images/lightbox/loading.gif) no-repeat center center;
  /*
  padding-top: 10px;
  top: 40%;
  */
  cursor:pointer;
  z-index:20;
}

#sb-loading img{
	display:none;
}

#sb-body {
  background: #fff; /* should match loading image background color */
}

/*____________________________________________________________  title & info  */
#sb-title {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
  color: #FFF;
	font: bold 12px Arial;
}

#sb-info{
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
}

#sb-title-inner, #sb-info-inner {
  position: relative;
  /*font-family: 'Lucida Grande', Tahoma, sans-serif;*/
  line-height: 27px;
}
#sb-title, #sb-title-inner {
  height: 32px;
}

#sb-title table {
	margin: 0 auto;
}

#sb-title-inner {
  /*font-size: 16px;*/
  /*padding: 5px 0;*/
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 100%;
  width:100%;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  width:100%;
  height:100%;
}
#sb-nav a {
	/*
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  */
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(../images/fancy/fancy_closebox.png);
  background-repeat: no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  top: -12px;
	right: -15px;
	z-index:30;
}
#sb-nav-next {
  background-image: url(../images/lightbox/blank.gif);
  background-position: center right;
  background-repeat: no-repeat;
  width:45%;
  height:100%;
  /*position:absolute;*/
  float:right;
  top:0;
  right:0;
}
#sb-nav-previous {
  background-image: url(../images/lightbox/blank.gif);
  background-position: center left;
  background-repeat: no-repeat;
  width:45%;
  height:100%;
  /*position:absolute;*/
  float:left;
  top:0;
  left:0;
}

a#sb-nav-next:hover {
  background-image: url(../images/lightbox/next.gif);
}
a#sb-nav-previous:hover {
  background-image: url(../images/lightbox/prev.gif);
}

#sb-nav-play {
  background-image: url(resources/play.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(resources/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
	/*
  float: left;
  padding: 2px 0;
  width: 45%;
  */
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*________________________________________________________________  download  */

a#sb-download, a#sb-download:link, a#sb-download:visited, a#sb-download:hover {
color:#999999;
text-decoration:underline;
}

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

div#lightbox-infoBox {
	color: #FFF;
	font: bold 12px Arial;
}

div#lightbox-infoHeader {
	padding-bottom: 3px;
}

div#lightbox-infoBox table {
	margin: 0 auto;
}

div#lightbox-infoBox table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy/fancy_title_main.png) repeat-x;
	padding-bottom:3px;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_right.png) repeat-x;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/fancy/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: -1;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_n.png) repeat-x;
}

div#fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_ne.png) no-repeat;
}

div#fancy_bg_e {
	right: -13px;
	top:0;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy/fancy_shadow_e.png) repeat-y;
}

div#fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_se.png) no-repeat;
}

div#fancy_bg_s {
	bottom: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_s.png) repeat-x;
}

div#fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_sw.png) no-repeat;
}

div#fancy_bg_w {
	left: -13px;
	top:0;
	height: 100%;
	width: 13px;
	background: transparent url(../images/fancy/fancy_shadow_w.png) repeat-y;
}

div#fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/fancy/fancy_shadow_nw.png) no-repeat;
}

