body
{
	background: #FFF;
	font: 11px/1.3em arial,sans-serif;
}

#wrapper
{
	position: static;
}

/* -------------------------------------------------------------- 
   Top
-------------------------------------------------------------- */
#top
{
	background: #111;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px solid #555;
	position: absolute;
}

	#top ul { padding: 0; margin: 0; }
		#top ul.left { float: left; }
		#top ul.right { float: right; }
		
			#top ul li { font-size: 11px; list-style-type: none; margin: 0 .75em; float: left; position: relative; }
				#top ul li:first-child { margin-left: 0; }
		
		#top a { color: #FFF; text-decoration: none; }
			#top a:hover { text-decoration: underline; }
			
	#top .top_alert { font-weight: bold; color: #CCC;}
	
	#top .top_icon { padding-left: 20px; }
		#top .top_icon span { background-image: url(./ui-darkness/images/ui-icons_ffffff_256x240.png) !important; width: 16px; height: 16px; position: absolute; left: 0; top: 2px; }



/* -------------------------------------------------------------- 
   Header
-------------------------------------------------------------- */
#header
{
	background: #006B95;
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 0;
}

	#header h1
	{
		background: url(../images/logo.png) no-repeat 0 0;
		width: 100%;
		height: 54px;
		line-height: 600px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		z-index: -2000;
		text-shadow: 1px 1px 4px rgba(0,0,0,.5);
	}
	
	#header h1.enlace
	{
		background: url(../images/logo.png) no-repeat 0 0;
		width: 59px;
		height: 54px;
		line-height: 600px;
		overflow: hidden;
		position: absolute;
		top: 10px;

		text-shadow: 1px 1px 4px rgba(0,0,0,.5);
	}
	
		#header h1 a { display: block; }
	

/* -------------------------------------------------------------- 
   Nav
-------------------------------------------------------------- */	
	#nav
	{
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
		#nav li
		{
			background: #333 url(../images/el_bg.png) repeat-x 0 0;			
			border: 1px solid #222;
			border-bottom: none;
			list-style-type: none;
			float: left;
			margin: 0 .1em;
			position: relative;
		}
		
		#nav a
		{
			height: 20px;
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			padding: 8px 15px 8px 15px;
			position: relative;
		
			text-shadow: 1px 1px 4px rgba(0,0,0,.5);
			
			
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding-box;			
			background-clip: padding-box;
		}
		
			#nav li.nav_dropdown a
			{
				background: url(../images/down_arrow.png) no-repeat 90% center;
				padding-right: 32px;				
			}
			
			#nav li.nav_current.nav_dropdown a { background-image: url(../images/down_arrow_333333.png); }
			
			
		
			#nav .nav_icon a { padding-left: 32px; }			
			#nav .nav_icon_only a { background-position: 50% center !important; padding: 8px  0; }
			
			#nav a span
			{
				background-image: url(./ui-darkness/images/ui-icons_ffffff_256x240.png) !important;
				width: 16px;
				height: 16px;
				position: absolute;
				top: 9px;
				left: 8px;
			}		
			
				#nav li.nav_current span { background-image: url(./ui-darkness/images/ui-icons_222222_256x240.png) !important; }
				
		
			#nav li:hover { background-color: #444; }			
			#nav li.nav_current { background-color: #F1F1F1 !important; }
			
				#nav li.nav_current a { color: #333; text-shadow: none; }
			
			
			
				#nav li:hover .nav_menu { display: block; }
			
		#nav .nav_menu
		{
			background: #444;
			width: 160px;
			position: absolute;
			top: 100%;
			right: -1px;
			display: none;
			padding: 8px 8px 5px;
			border: 1px solid #222;
			border-top: none;
		}
		
			#nav .nav_menu *
			{
				background: none;
				border: none !important;
				float: none !important;
				margin: 0 !important;
			}
			
				#nav .nav_menu li
				{
					background: #eee !important;
					margin-bottom: .5em !important;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
				}
				
				#nav .nav_menu li:hover { background-color: #CCC !important; }
				
				#nav .nav_menu a { background-image: none !important; color: #333 !important; text-shadow: none !important; padding: 7px 10px !important; }
				#nav .nav_menu .nav_sub { background-image: url(../images/down_arrow_333333.png) !important; }
		
		
			/* #nav li:hover { z-index: 10000 !important; } */
			
				#nav .nav_menu li > ul
				{
					background: #444;
					width: 160px;
					padding: 8px;
					position: absolute;
					right: 100%;
					top: 0;
					
					display: none;
				}
			
					#nav .nav_menu li:hover > ul { display: block; }
			
			
			



/* -------------------------------------------------------------- 
   Masthead
-------------------------------------------------------------- */			
#masthead
{
	position: relative;
	z-index: 0;
	background: #ffffff;
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-top: 5px;
}

#masthead_vacio
{
	position: absolute;
	background: #F1F1F1;
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding-top: 5px;
}

	#masthead h1
	{
		font-size: 20px;
		font-weight: normal;
		color: #222;
		position: relative;
		top:15px;
		margin-bottom: 1em;
	}
	
		#masthead h1.no_breadcrumbs
		{
			top: 32px;
		}
	
	#masthead #bread_crumbs
	{
		margin-top: 25px;		
		color: #9B9B9B;
	}
	
	#masthead #bread_crumbs a
	{
		font-size: 16px;
		color: #069; /* 9B9B9B */
		padding: 0 .5em;
	}
	
	#masthead #bread_crumbs a:first-child { padding-left: 0; }
	
	#masthead #bread_crumbs .current_page { text-decoration: none; } /* 333 */
	


/* -------------------------------------------------------------- 
   Search
-------------------------------------------------------------- */	
#search
	{
		position: absolute;
		right: 0;
		top: 30px;
	}
	
	#search input
	{
		background: #fff;
		width: 200px;
		color: #999;
		padding: 7px;
		margin-right: .25em;
	}
	
	#search .submit
	{
		background: url(../images/search-icon.png) no-repeat 0 0;
		border: none !important;
		cursor:pointer;
		height: 30px;
		padding:0;
		position:absolute;
		right: 5px;
		top:9px;
		width:20px;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#search button
	{
		position: relative;
		top: -1px;
		*top: 3px;
	}


/* -------------------------------------------------------------- 
   Content
-------------------------------------------------------------- */
#content
{
	width: 90%;
	margin: 0 auto;
}

.content_pad { width: 70%; height: 100%; margin: 0 auto; position: relative; 	z-index: 0; }
	
.content_pad:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.content_pad {
	display: inline-block;
}
 
html[xmlns] .content_pad {
	display: block;
}
 
* html .content_pad {
	height: 1%;
}		



/* -------------------------------------------------------------- 
   Footer
-------------------------------------------------------------- */
#footer
{
	background: #f2f2f2;
	border-top: 3px solid #111;
	position: static;
	clear: both;
}

	*+html #footer { float: none; }

	#footer .content_pad
	{
		font-size: 11px;
		color: #069;
		text-align: center;
		padding: 5px 0 5px;
	}
	
		#footer .content_pad a { color: #069; }









/* -------------------------------------------------------------- 
   Tabs
-------------------------------------------------------------- */
.tab_container { }

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}

	ul.tabs li 
	{
		float: left;
		margin: 0;
		padding: 0;
		height: 31px;
		line-height: 31px;
		border: 1px solid #CCC;
		border-left: none;
		margin-bottom: -1px;
		background: #e0e0e0 url(../images/accordion_header.png) repeat-x top right;
		overflow: hidden;
		position: relative;
	}
	
		ul.tabs li a 
		{
			text-decoration: none;
			color: #222;
			display: block;
			font-size: 1.2em;
			padding: 0 20px;
			border: 1px solid #fff;
			outline: none;
		}
		
			ul.tabs li a:hover { background: #ccc; }	
			ul.tabs li.active, ul.tabs li.active a:hover  { background: #fff; border-bottom: 1px solid #fff; }

.tab_content_container 
{
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	.tab_content { font-size: 1.2em; padding: 20px 20px 10px; display: none; }
	
	.tab_content:first-child { display: block; }
	
	
	
	
/* -------------------------------------------------------------- 
   Accordion
-------------------------------------------------------------- */
h2.accordion_panel 
{
	background: url(../images/accordion_header.png) no-repeat;
	width: 100%;
	height: 36px;	
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	padding: 0;	
	margin: 0 0 .5em 0;	
	border: 1px solid #C5C5C5;
	
	cursor: pointer;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	h2.accordion_panel a 
	{
		color: #222;
		text-decoration: none;
		padding: 0 0 0 40px;
	}
	
		h2.active {background-position: left bottom; border-color: #000; }	
			h2.active a { color: #FFF; }
			
.accordion_content 
{
	width: 100%;
	font-size: 1.2em;
	padding: 0;
	margin: 1em 0 5px;
	overflow: hidden;
	clear: both;
	display: none;
}

.accordion_content:first-child { display: block; }


/* POPUP */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupRechazoHR{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:180px;
width:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupRechazoHR h1{
text-align:left;
color:#6FA5FD;
font-size:14px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupRechazoHRClose{
font-size:8px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}


#popupInstitucion{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:180px;
width:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupInstitucion h1{
text-align:left;
color:#6FA5FD;
font-size:14px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupInstitucionClose{
font-size:8px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupFuncionario{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:210px;
width:460px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupFuncionario h1{
text-align:left;
color:#6FA5FD;
font-size:14px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupFuncionarioClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupTema{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:150px;
width:550px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupTema h1{
text-align:left;
color:#6FA5FD;
font-size:14px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupTemaClose{
font-size:8px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}


#button{
text-align:center;
margin:100px;
}



.ticker-wrapper.has-js {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 32px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;/* #f8f0db */
	font-size: 0.75em;
}
.ticker {
	width: 85%;
	height: 25px;
	display: inline-block;
	position: static;
	overflow: hidden;
	background-color: transparent;/* #f8f0db */
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;	
}
.ticker-title {
	padding-top: 20px;
	padding-left: 80px;
	color: #FFF;
	font-weight: 100;
	background-color: transparent;
	text-transform: uppercase;
}
.ticker-content {
	margin: 2px;
	padding-top: 0px;
	padding-left: -20px;
	position: absolute;
	color: #CBF5F4;
	font-weight: 100;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;/* #f8f0db */
	overflow: hidden;
	white-space: normal;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	position: relative;
	top: 50px;
	background-color: #F00;
	display: block;
	width: 100%;
	height: 12px;
}
.ticker-swipe span { /* puntero */
	margin-left: 1px;
	background-color: transparent;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	position: absolute;
	padding: -50px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	/*background-image: url('../images/controls.png');*/
	background-position: -32px 0px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: -32px 0px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: -16px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	/*background-image: url('../images/controls.png');*/
	background-position: -16px 0px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: -16px 0px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: -16px 0px;
}
.ticker-controls li.jnt-prev {
	/*background-image: url('../images/controls.png');*/
	background-position: 0px -32px;
}
.ticker-controls li.jnt-prev.over {
	/*background-image: url('../images/controls.png');*/
	background-position: 0px -32px;		
}
.ticker-controls li.jnt-prev.down {
	/*background-image: url('../images/controls.png');*/
	background-position: 0px -32px;		
}
.ticker-controls li.jnt-next {	
	/*background-image: url('../images/controls.png');*/
	background-position: -48px 0px;
}
.ticker-controls li.jnt-next.over {
	background-position: -48px 0px;
}
.ticker-controls li.jnt-next.down {	
	background-position: -48px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 0px 0px 0px 0px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 0px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 0px;
}