/************************** NUEVA HOJA DE ESTILOS BASE CSS 2  ************ 27/11/2007 ***********/
								/************ Modificado 18/03/2011 ***********/
/*  NOTA: 1em = 12px  */
/* Neutralizando estilos: 
   Elementos que queremos re-setear a 0 enteramente y dejar por defecto: */
/*11px es el FontSize / 120% es el line-height */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	color: #333333;
	font: 11px / 120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align: baseline;
	width:100%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address {
	margin:  0;
	padding: 0;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
a {
	border: 0;
	font-size: 12px;
	text-decoration:none;
	color:#0000cc;
	font-style:normal;
}
p {
	font-size: 11px;
}
form p {
	font-size: 11px;
}
form label {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	border: solid 0 transparent;
}	
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
form h3 {
	font-size: 11px;
}

.clear{ 
	clear: both;
	width:auto;
}

.nodisplay{
	display:none;
}

/* PSEUDO CLASES - RESPETAR ORDEN de Declaraciones : Link, Visited, Hover, Active */

a:link {
}		/*Esta Funciona Para Ambos navegadores*/
a:visited {
}		/*Esta Funciona Para Ambos navegadores*/
/* PSEUDO CLASES DIN�MICAS */

a:hover {
	text-decoration:underline
}		/*Esta Funciona Para Ambos navegadores*/
a:active {
}	 	/* Para IE este esta funciona / y en Mozilla Firefox no funciona  */
a:focus {
}	 	/*Esta no funciona en IE 6 / y en Mozilla Firefox se comporta como active*/
/* PSEUDO ELEMENTOS */

p:first-line {
}	 /*Aplica formato a la primera linea de un p�rrafo*/
p:first-letter {
}	/*Aplica formato a la primer letra de un p�rrafo*/
/*  B�sicos */

.CursorHand {
	cursor: pointer;
}
Small {
	font-size:9px;
	color:#333333;
}

/****************************************  DIAGRAM LAYERS  ***************************************/				
DIV {
	width: 100%;
}
#Top {
	position:relative;
	z-index: 1;
	width:972px;
}
#Left {
	position: relative;
	height:auto;
	background-color:#F1ECDC;
	font-size:12px;
	line-height:12px;
	float:left; 
	height:100%; 
	width:195px;
}
#Content {
	float: left;
	position:relative;
	z-index: 3;
	background-color: #FFFFFF;
	width:602px;
	*width:600px;
	height:auto;
	text-align: left;
}
#Bottom {
	position:static;
	background-color: #FFFFFF;
}
#Right {
	position:relative;
	z-index:5;
	float:left; 
	width: 161px;
	padding:7px;
	*position:absolute;
	*right:147px;
}
.wrap{
	background:url("images/layout/left/bgRight.png") repeat-y 0 0 scroll;
	margin:0 auto;
	width:972px;
	background-color:#FFF;
	border:1px solid #DDDDDD;
}

/**********	#Content	**********/
#Content u{
	text-decoration:none;
}
#Content ul li {
	font-size: 11px;
}
#Content small {
	color:#575349;
	font-size:10px;
}
#Content a{
	color:#E07300;
	cursor:pointer;
	text-decoration:none;
}
#Content a:hover{
	text-decoration:underline;
}
#Content a.link_title{
	color: #245A7C;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#Content a.anchor_dark{
	color:#575349;
}
.EventDesc { 
	font-size:17px;
	color:#379bcc;
	font-weight:bold;
}
#Content h1 { /*Titulos principales*/
	border-bottom:1px solid #C4B997; 
	color: #C4B997;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 3px;
    text-decoration: none;
}
#Content h2{ /*Titulos secundarios*/
	color:#857E6B;	
	font-size:15px; 
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:none;
}
#Content h3 { /*Titulos, frases resaltadas*/
	color:#575349;
	font-size:13px; 
	font-weight:bold;
	margin-bottom: 5px;
	text-decoration:none;
}
#Content h4 { /*Beadcrumb*/
	color:#857E6B;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
}
#Content span, p {
	font-size:12px;
	color:#575349;
	text-decoration:none;
	line-height:1.5em;
	font-style:normal
}
#Content h3.doc {
	font-size:11px;
	color:#F89C33;
	line-height:12px;
	text-decoration:none;
}
#Content a.AtribProj {
	padding-left:8px;
	padding-top: 7px;
	padding-bottom:7px;
	color:#000000;
	text-decoration:none;
}
.AtribProj {
	padding-left:8px;
	padding-top: 7px;
	padding-bottom:7px;
	color:#000000;
	text-decoration:none;
}
#Content a.AtribProj:hover {
	text-decoration:underline;
}
.AtribProj:hover {
	text-decoration:underline;
}
.AtribProjON {
	cursor:pointer;
	text-decoration:none;
	margin-left: 4px;
	font-weight:bold;
	display:block;
	color:#D26600;
	padding-left:8px;
	padding-top: 7px;
	padding-bottom:7px;
}
.textdoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:12px;
	cursor:pointer;
	text-decoration:underline;
}
.doc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F89C33;
	line-height:12px;
	cursor:pointer;
	text-decoration:none;
}
.descriptionpopup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
}
.classdescriptionpopup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#379BCC;
	text-decoration:none;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	text-decoration:none;
}
.Descproynav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
}
.Descproynav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
}
.deatilproynav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	text-decoration:none;
}
.deatilproynav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	text-decoration:underline;
}
#Content .components{
	float: left;
	margin:10px 15px;
	*margin:10px 10px;
	position:relative;
	width: 745px;
}
#Content .components img{
	margin-bottom:10px;
    max-height: 250px;
    max-width: 740px;
}
#Content a.news_nav_more{
	color:#E07300;
	float: left;
    font-weight: bold;
}
#Content a.news_nav_more img{
	float: left;
    margin-top:1px;
	margin-right:3px;
	width:auto;
}
#Content .components h3{
	margin-bottom:10px;
}
#Content .components ul li{
	margin-bottom: 5px;
}
#Content .components .info_comps span{
	float: left;
    font-weight: normal;
    margin-top: 5px;
}
#Content .components .info_comps h3{
	float: left;
    margin-top: 5px;
}
#Content .components .info_comps font{
	color:#575349;
	font-size:14px; 
}
#Content .components .proyects_comps{
	float:left;
	margin-top:10px;
}
#Content .components .proyects_comps .proyects_info{
	border-bottom:1px solid #CCCCCC;
	float:left;
	display:block;
	margin-bottom:10px;
}
#Content .components .proyects_comps .proyects_info a{
	float: left;
    margin-bottom: 5px;
}
#Content .components .proyects_comps .proyects_info p{
	display: block;
    float: left;
}
#Content .components ul{
	margin: 0 0 0 15px; 
	padding: 0; 
	list-style:square;
}
#Content .contactUs{
	padding:10px;
}
#Content .contactUs form{
	text-align:left;
}
#Content .contactUs h1{
	border-bottom:1px solid #E4D9B9;
    color: #E4D9B9;
    font-size: 16px;
    height: 16px;
	width:98%;
}
#Content .contactUs label{	
	color:#575349;
	font-size:11px;
	font-weight:bold;
}
#Content .contactUs ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#Content .contactUs ul li{
	margin-bottom: 10px;
}
#Content .contactUs ul li input,
#Content .contactUs ul li textarea{
	border:1px solid #575349;
	height: 20px;
    overflow: hidden;
    padding: 3px;
    width: 380px;
}
#Content .contactUs ul li textarea{
	height:auto;
}
#Content .contactUs ul li input:hover,
#Content .contactUs ul li textarea:hover{
	border:1px solid #E4D9B9;
}
#Content .contactUs ul li .btnContact{
	width:auto;
	border:none;
	margin-left:322px;
}
#Content .contactUs ul li .btnContact:hover{
	border:1px solid #FFF;
}
#Content .underline{
	border-bottom:1px solid #CCCCCC; 
	margin:15px 0 15px 15px;
	width:580; 	
}

/*------------------- Home ---------------------------*/
#Content .img_transparency{
	background:url("/images/img/img_transparent.png") scroll transparent no-repeat;
	position:relative;
	float:left;
	width:600px;
	height:60px;
	top:-60px;
	left: 1px;
	padding:5px;
}
#Content .item_home_selected .img_transparency a,
#Content .item_home_selected .img_transparency small,
#Content .item_home_selected .img_transparency span{	
	color: #FFFFFF;
    font-weight: normal;
    line-height: 1.3em;
}
#Content .item_home_selected .img_transparency a{
	display: block;
	font-size:14px;
}
#Content .item_home_selected .img_transparency span,
#Content .item_home_selected .img_transparency span font{	
    font-size: 11px;
}
#Content .item_home_selected .img_transparency span b{
	font-weight:normal;
}
#Content .item_home_selected{
	height: 355px;
}
#Content .item_home_selected,
#Content .items_nav_home{
	float:left;
	margin-bottom:-10px;
	width:600px;
	overflow:hidden;
}
#Content .items_nav_home{
	margin-bottom:10px;
	border-right:1px solid #E4D9B9;
}
#Content .item_home_selected .img_home{
	width:600px;
	margin-left:1px; 
	margin-top:1px;
	height:325px;
}
#Content .item_home_selected .home_wrap,
#Content .items_nav_home .home_wrap{
	margin-left: 25px;
    margin-right: 25px;
	margin-bottom:20px;
    width: 555px;
}
#Content .item_home_selected h3,
#Content .items_nav_home h3{
	margin-bottom:5px;
}
#Content .item_home_selected a,
#Content .items_nav_home a{
	color:#575349;
}
#Content .item_home_selected a:hover,
#Content .items_nav_home a:hover{
	text-decoration:underline;
}
#Content .items_nav_home .home_wrap small{
	display:block;
}
#Content .items_nav_home .home_wrap .item_img_container{
	float: left;
    margin-right: 7px;
    margin-top: 5px;
    width: auto;
}
#Content .items_nav_home .home_wrap .item_img_container a img{
	width: 60px;
}
#Content .items_nav_home .home_wrap font b{
	font-weight:normal;
}
#Content .items_nav_home a.news_nav_more{
	color:#E07300;
	margin-left:23px;
}
#Content .components .atrib_nav{
	background-color: #E4D9B9;
    float: right;
	list-style: none;
	margin: 0;
	text-align: left;
    width: 135px;
}
#Content .components .atrib_nav li{
	border-bottom:1px solid #FFFFFF;
}
#Content .components .news_docs_photos{
	float: left;
    width: 600px;
}
#Content .components .docs_nav h1{
	margin-bottom:7px;
}
#Content .components .docs_nav small{
	color:#575349;
}
#Content .components .album_nav img{
	margin:0;
}
#Content .components .album_nav a{
	color:#575349;
}
#Content .pubs_home{
	border-top:3px solid #E4D9B9;
	margin-left:16px;
	margin-top: 15px;
	width: 577px;
}
#Content .items_nav_home .pubs_home h3.pub_home_title{
	background-image: url("images/layout/icon_star_orange.gif");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    color: #635D4B;
    font-size: 10px;
    margin-bottom: 0;
    padding-left: 13px;
}
#Content .pubs_home ul{
	float:left;
	list-style:none;
	padding-left:0;
	margin-left:10px;
	margin-top: 10px;
}
#Content .pubs_home ul img.imgPub{
	float: left;
    margin-right: 9px;
	margin-top: 5px;
	width: 100px;
}
#Content .pubs_home ul li a.link_title{
	color: #E07300;
	font-weight:normal;
    margin-bottom: 5px;
    margin-top: 8px;
}
#Content .pubs_home .panels_bottom{
	border-right:1px solid #E4D9B9;
	padding-right: 8px;
}
#Content .pubs_home .panels_bottom .pb_wrap{
	margin-left:10px;
}
#Content .pubs_home .panels_bottom .pb_wrap h3{
	margin-bottom: 7px;
}
#Content .pubs_home .panels_bottom img.panel_bottom{
	height: 130px;
    width: auto;
}

/**********  #Left  **********/
#Left a:hover {
	text-decoration:underline;
}
/* A todos los H1 dentro de la layer #Left declaro: */

#Left h1 {
	font-size:10px;
	display:block;
	text-decoration:none;
	color:#000000;
}
#Left ul.menu_left_wrap,
#Left ul.menu_left_wrap li ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
#Left ul.menu_left_wrap li{
	float:left;
}
#Left ul.menu_left_wrap .menu_left_top{
	height:10px;
	background-color:#CC6600;
	margin:4px;
	padding:6px 4px 8px 4px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width: 178px;
	*width: 186px;
}
#Left ul.menu_left_wrap .menu_left_items{
	width: 178px;
}
#Left ul.menu_left_wrap .submenu_left_item{
	border-bottom:1px solid #E4D9B9;
	padding:2px 0 4px 0;
}
#Left .left_underline{
	border-top:2px solid #CC6600; 
	margin:-1px 0 0 0;
	width:185px;
	z-index:101;
	position:absolute;
	left:5px;
}
.BgndMenuLeft {
	background:url("images/layout/left/arrow_down.png") no-repeat;
	background-position:195px 5px;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	margin:5px 5px 0 5px;
	padding-bottom:7px;
	display:block;
	width:185px;
}
.BgndMenuLeft:hover {
	text-decoration:underline;
}
.BgndMenuLeftON {
	background:url("images/layout/left/arrow_up.png") no-repeat #E4D9B9;
	background-position: 180px 8px;
	cursor:pointer;
	text-decoration:none;
	padding:6px 4px 8px 8px;
	margin: -1px 0 0 0;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	width:183px;
	*width:100%;
}
.BgndMenuLeftClass {
	color: #000000;
    cursor: pointer;
    margin-left: 4px;
    text-decoration: none;
}
.BgndMenuLeftClass:hover {
	text-decoration:underline;
}
.BgndMenuLeftClassON {
	cursor:pointer;
	text-decoration:none;
	margin-left: 4px;
	font-weight:bold;
	display:block;
	color:#D26600;
}
.BgndMenuLeftItems {
	width:178px;
	text-decoration:none;	
	cursor:pointer;
	font-size:11px;;
	padding:4px 7px 4px 10px;
	display:block;
	color:#645E4E;
}
.BgndMenuLeftItems:hover {
	text-decoration:underline;
}

.BgndMenuLeftItemsON {
	color: #645E4E;
    cursor: pointer;
    display: block;
    font-size: 11px;
	font-weight:bold;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 4px;
    text-decoration: none;
    width: 178px;
}
.Menupulldown {
	cursor:pointer;
	/*display:block;*/
	color:#000000;
    margin-left: 4px;
}
.Menupulldown:hover {
	text-decoration:underline;
}
.MenupulldownON {
	cursor:pointer;
	display:block;
	font-weight:bold;
	color:#D26600;
}
.LeftSelH1 {
	color:#FF0000;
}
#Left .left_static_items{
	margin:0;
	padding:0;
	list-style-type:none;
}


/**********  #Top  **********/
/* A todos los H1 dentro de la layer #Top declaro: */
#Top h1 {
	padding-left:3px;
	padding-right:3px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#Top .top_logo{
	float: left;
    margin-bottom: 6px;
    margin-left: 28px;
}
#Top .top_logo img{
}
#Top .top_menu_nav{
	height:30px;
	background:#FF9900;
}
.Top {
	padding-left:3px;
	padding-right:3px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.Top:hover {
	text-decoration:underline;
}
.TopON {
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#000000;
}
/*Para cuando quede seleccionada le aplico */		
.TopSel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#575349;
}
#Top .search_box{
	float:left;
	width:176px;
}
#Top .search_box span{
    float: left;
	background:#DF8600;
	height:28px;
	*height:31px;
    margin-right: 5px;
}
#Top .search_box label{
	color: #FFFFFF;
	float:left;
    font-size: 10px;
    font-weight: bold;
    margin: 7px 5px 5px 5px;
}
#Top .search_box input{
	border:1px solid #8B7C4D;
	color: #575349;
    float: left;
    height: 20px;
    margin: 4px 3px 0 0;
    width: 100px;
}
#Top .search_box input:hover{
	border-color:#575349;
}
#Top .search_box input.buscar_btn{
	width:auto;
	height:auto;
	margin:7px 0 0 0;
	border:none;
}
/**********  #Right  **********/
.img_right{
	margin-bottom:5px;
}
#Right ul.nav_right,
#Right ul.prox_actividades{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
#BannerHomeBottom ul, #BannerHomeBottom li{
	list-style:none;
	float: left;
	margin-left:5px;
}

#Right ul.prox_actividades li.title,
#Right ul.prox_actividades li.newsticker-jcarousellite{
	margin-bottom:5px;
}
#Right ul.prox_actividades{
	margin-top:10px;
}
#Right ul.prox_actividades li.title{
	height:16px; 
	background:#CC6600;
	margin-bottom:0;
	padding:3px 9px;
	border:none;
}
#Right ul.prox_actividades li.title a{
	color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin-top: 1px;
}
#Right ul.prox_actividades li.newsticker-jcarousellite{
	padding:4px 6px 6px 6px; 
	border-bottom:1px solid #F1ECDC;
	margin-bottom:7px;
}
#Right ul.prox_actividades li.newsticker-jcarousellite ul li{
	list-style:none; 
	display:block; 
	padding-bottom:5px; 
	margin-bottom:2px; 
	padding-top:5px;
}
#Right ul.prox_actividades li.newsticker-jcarousellite a{
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	color:#575349;
}
#Right ul.prox_actividades li.newsticker-jcarousellite a:hover{
	text-decoration:underline;
}
#Right ul.prox_actividades li.newsticker-jcarousellite span.cat{ 
	display: block;
	font-size:11px;
	margin-top: 5px;
}

/**********  #Bottom  **********/
.Bottom {
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
.Bottom:hover {
	text-decoration:underline;
}
.BottomSel {
	font-size:11px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
													
/******** BORDES en Orden de Izquierda a Derecha - TRBL -Top - Right - Bottom - Left ***********/

/* Los Nombres de los bordes deben contener la ubicaci�n + la posici�n/es donde es aplicado 
   Ej.: DiagramRL -> describe su aplicaci�n en el Diagram para los bordes Right y Left  */

.DiagramRL {
	border: #999999 solid;
	border-width: 0px 1px 0px 1px;
}
.NewsTRBL {
	border: #CCCC99 solid;
	border-width: 1px 1px 1px 1px;
}
.Album_thb {
	border:#CCCC99 solid;
	border-width: 1px 1px 1px 1px;
	cursor:pointer;
}
/******************************** ESTILOS EXTRA PARA FORMULARIOS ********************************/

.Scroll {
	background-color: #FFFFFF;
	border-bottom-color: #319ACE;
	border-left-color: #319ACE;
	border-right-color: #319ACE;
	border-top-color: #319ACE;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	scrollbar-arrow-color:#319ACE;
	scrollbar-shadow-color:#319ACE;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.FieldForm {
	background-color: #FFFFFF;
	border-bottom-color: #319ACE;
	border-left-color: #319ACE;
	border-right-color: #319ACE;
	border-top-color: #319ACE;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.FieldFormSearch {
	background-color: #FFFFFF;
	border-bottom-color: #F89C33;
	border-left-color: #F89C33;
	border-right-color: #F89C33;
	border-top-color: #F89C33;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding-left:2px;
}
.FieldError {
	background-color: #319ACE;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.ErrorMesForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
.Normal {
	font-style: normal;
	color: #333333;
	font: 12px / 120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
/************* Calendario **********************************/

.altn {
	font-family : verdana, arial, helvetica;
	font-size : 10pt;
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;
}
.tit {
	font-family : verdana, arial, helvetica;
	font-size : 10pt;
	color: #ffffff;
	text-decoration:none;
	background-color: #333333;
	font-weight: bold;
}
.fs {
	font-family : verdana, arial, helvetica;
	background-color:	#ff0000;
	color:	#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align:	center;
}
.da {
	font-family : verdana, arial, helvetica;
	background-color: #F0E68C;
	color:	#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align:	center;
}
/* CALENADARIO */

#Calendario {
	position:relative;
}
#Calendario h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#Calendario h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-decoration:none;
}
#Calendario h2.dias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#Calendario h2.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-decoration:none;
}
.Mes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.dias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.BtnIr {
	background-color:#FFECBB;
	border:1px solid #F89C33;
	margin:0px;
	text-decoration:none;
	width:20px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#333333;
	padding-left: 3px;
	padding-right:3px;
	cursor:pointer;
}
.BorderCalendario {
	border: #F89C33 solid;
	border-width: 1px 1px 1px 1px;
}
.FieldFormCalendario {
	background-color: #FFFFFF;
	border-bottom-color: #F89C33;
	border-left-color: #F89C33;
	border-right-color: #F89C33;
	border-top-color: #F89C33;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
/* NEWSLETTER */

.prueba {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	text-decoration:none;
}
/* FORMULARIO DE EMPLEO */
				
.JobForm {
	width:160px;
	border:#339BCE solid 1px
}

.ContainRadioBox td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:6px;
}

.JopList {
	border-top:#FF9F33 solid 1px;
	border-right:#FF9F33 solid 1px
}
.Employment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:6px
}
.EmploymentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}		


.EmploymentTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}		

table.EmploymentTable tr td { border:1px solid #FF9E31 /* border-top: 1px solid #FF9E31; border-right: 1px solid #FF9E31 */}
	


.GenderEmploymentForm {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#333333;
display:inline;
}

#Gender { vertical-align:bottom}

/*------------------- Proyectos ---------------------------*/
#Content .components .project_detail{
	float:left;
	width:600px;
}
#Content .components .project_detail .proj_det_pubs{
	margin:0;
	width:600px;
}
#Content .components .project_detail .proj_det_pubs ul li{
	width:600px;
}

/*------------------- Publicaciones ---------------------------*/
#Content .publications h2{
	margin-bottom:15px;
}
#Content .publications ul{
	float:left; 
	list-style:none; 
	margin:0; 
	margin-bottom: 20px; 
	border-bottom:1px dotted #E4D9B9;
}
#Content .publications ul.featured_pub{
	width:750px;
}
#Content .publications ul.others_pub{
	width:568px;
}
#Content .publications ul.others_pub li{
	margin-bottom: 10px;
}
#Content .publications ul li img{
	float:left; 
	margin-bottom:0; 
	margin-right:7px;
	/*width:80px;*/
}
#Content .publications .publication_filter,
#Content .publications .publication_filter_detail{
	float:right;
	width: 161px;
	z-index:99999;
	background:#F7F6ED;
	border:1px solid #DFDCC1;
}
#Content .publications .publication_filter h3,
#Content .publications .publication_filter_detail h3{
	background:#F0EDDC;
	height:23px;
	margin-bottom:10px;
	padding-left: 7px;
    padding-top: 4px;
}
#Content .publications .publication_filter label,
#Content .publications .publication_filter_detail label{
	color: #575349;
	float: left;
	font-size: 11px;
	font-weight:bold;
	margin:0 7px 1px 7px;
}
#Content .publications .publication_filter select,
#Content .publications .publication_filter input,
#Content .publications .publication_filter_detail select,
#Content .publications .publication_filter_detail input{
	display: block;
	margin:0 7px 10px 7px;
	width: 147px;
}
#Content .publications .publication_filter input,
#Content .publications .publication_filter_detail input{
	float: left;
    width: 129px;
}
#Content .publications .publication_filter input.pub_fil_sub,
#Content .publications .publication_filter_detail input.pub_fil_sub{
	width:auto;
	margin:1px 0 0 -2px;
	display:inline;
	float:left;
}
#Content .components .twitter-share-button,
#Content .publications .twitter-share-button{
	float:left;
}
#Content .components .fb_share_btn,
#Content .publications .fb_share_btn{
	float:left;
	margin-top: 1px;
}
#Content .components .fb_share_btn span,
#Content .publications .fb_share_btn span{
	color:#FFF;
	font-size: 10px;
    line-height: 10px;
}
#Content .publications ul.pub_nav{
	width:744px;
}
#Content .publications ul.pub_nav li ul{
	color:#857E6B;
	float:left; 
	list-style:square;
	list-style-position: inside;
	margin:0;
	border-bottom:none;
}
#Content .publications ul.pub_nav a.news_nav_more{
	margin-bottom:7px;
}
/*------------------- Resultados de busqueda de publicaciones ---------------------------*/
#Content .pubs_results{
}
#Content .pubs_results .pub_new_filter{	
	background:#F7F6ED;
	border:1px solid #DFDCC1;
	float:left;
	margin-bottom:20px;
	*padding-bottom:15px;
	width: 743px;
}
#Content .pubs_results .pub_new_filter form{
	float: left;
    margin-left: 106px;
}
#Content .pubs_results .pub_new_filter .pnfilter_combos{
	float:left;
	margin-bottom: 15px;
	width: auto;
}
#Content .pubs_results .pub_new_filter h3{
	background:#F0EDDC;
	height:23px;
	margin-bottom:10px;
	padding-left: 7px;
    padding-top: 4px;
}
#Content .pubs_results .pub_new_filter label{
	color: #575349;
	display: block;
	font-size: 11px;
	font-weight:bold;
	margin:0 7px 1px 7px;
	text-align: left;
}
#Content .pubs_results .pub_new_filter select,
#Content .pubs_results .pub_new_filter input{
	display: block;
	margin:0 7px 0 7px;
	width: 250px;
}
#Content .pubs_results .pub_new_filter input{
	float: left;
    width: 492px;
}
#Content .pubs_results .pub_new_filter input.pub_fil_sub{
	width:auto;
	margin:1px 0 0 -2px;
	display:inline;
	float:left;
}
#Content .pubs_results ul.others_pub{
	width: 750px;
}
/*------------------- Noticias ---------------------------*/
#Content .components.news{
	width:602px;
}

#Content .news h1{
	width: 585px;
}
#Content .news ul.news_nav{
	float:left;
	list-style:none;
	margin:0;
	margin-bottom: 20px;
	/*width:568px;*/
}
#Content .news ul.news_nav li{
	border-bottom:1px dotted #E4D9B9;
    margin-bottom: 10px;
	padding-bottom: 7px;
}
#Content .news ul.news_nav li img{
	float: left;
    margin: 3px 7px 0 0;
	width:80px;
}
#Content .news ul.news_nav li a{
	margin-bottom: 7px;
}
#Content .news ul.news_nav a.news_nav_more{
	float: left;
    font-weight: bold;
    margin-top: 4px;
}
#Content .news ul.news_nav a.news_nav_more img{
	float: left;
    margin-top:1px;
	margin-right:3px;
	width:auto;
}
#Content .news ul.news_nav .news_nav_all{
	border:none;
}
#Content .news .news_nav .news_nav_all a{
	float:right;
	font-weight:bold;
}

#Content .news ul.news_nav li.unfpa_news{
	width:568px;
}

/*------------------- Easy Slider ---------------------------*/

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/*#sliderContainer{
	position:relative;
}*/
/*			
#sliderContainer{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:696px;
	height:696px;
	background:#fff;		
	margin-bottom:2em;
}
#header{
	height:1px;
	line-height:1px;
	background:#00000;
	color:#00000;
}				
*/			

/* Easy Slider */
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{
	margin-top:1em;
}
#slider li, #slider2 li{ 
/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width:600px;
	height:400px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	top:140px;
	*position:relative;
	*top:-200px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	right:5px;
	*float:right;
	*top:-270px;	
}
#prevBtn, #slider1prev{
	left:5px;
}
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:63px;
	background:url("/images/btn_prev.png") no-repeat 0 0;	
}
#prevBtn a:hover, #slider1prev a:hover{ 
	background:url("/images/btn_prev_on.png") no-repeat 0 0;
}
#nextBtn a, #slider1next a{ 
	background:url("/images/btn_next.png") no-repeat 0 0;	
}
#nextBtn a:hover, #slider1next a:hover{	
	background:url("/images/btn_next_on.png") no-repeat 0 0;
}

/* numeric controls */
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}
