
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 10px/165% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0; padding: 0 0 50px 0;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	text-align: center;
	line-height:1;
}

/* Links */
/* Headers */
h1, h2, h3 {
	font: arial;
	font-size:10px/165%;
	margin: 0;
}
h1 {
	font: arial;
	font-size:18px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#003366;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:60px;
	line-height:1;
	text-align:left;
	text-transform:uppercase;
}
h2 {
	font: arial;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
}
h3 {
	font-size: 110%;	
	font-weight: normal;
}
h4 {
	font: arial;
	font-size:27px;
	font-weight:bolder;
	letter-spacing: 0px;
	color:#999999;
	width:300px;
	padding-left:20px;
	padding-bottom:-5px;
	line-height:30px;
	/*background-color:#000066;*/
	/*background-image:url(../img/iconos/texture_ti.jpg);*/
	text-transform:uppercase;
	padding-top:20px;
	position:absolute;
}
.sombra{
	font: arial;
	font-size:27px;
	font-weight:bolder;
	letter-spacing: 0px;
	color:#003366;
	width:300px;
	padding-left:24px;
	padding-bottom:10px;
	line-height:30px;
	/*background-color:#000066;*/
	/*background-image:url(../img/iconos/texture_ti.jpg);*/
	text-transform:uppercase;
	position: relative; 
	top: -1px;
	left: -2px;	
}
h5 {
	font: arial;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 0px;
	color:#003366;
	padding-left:20px;
	padding-bottom:10px;
	line-height:10px;
}
h6 {
	font: arial;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#003366;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}
h7 {
	font: arial;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 0px;
	color:#333333;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
}
p, dl { padding: 10px; margin: 0; }


#label_01{
	padding-bottom:5px;
}
#label_02{
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}


dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	background: #fafafa;
   	border: 1px solid #dcdcdc;
	padding: 5px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* form elements */
form {
	margin: 5px 5px; padding: 0px 0px 0px 0px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 0px 0;
	color:#FFFFFF;
}

textarea {
	width: 300px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color:#003366;
	background-color:#D1DCDE;
}
input, textarea, select {
	background: #EEE;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
	color:#003366;
}

input.button { 
	font: 12px Arial, Sans-serif; 
	height: 25px;
	width:60px;
	margin: 0;
	color:#6699FF;
	background-image:url(../img/botones/ingresar.jpg);
	background-repeat:no-repeat;
	border:0px;
}

/* search form */
#qsearch{

}
/*formularios*/
.tbl_dic{
border-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color:#003366;
	width:100%;
	height:auto;
}

caption {
	font-weight: bold;
	background-image:url(../img/iconos/texture_ti.jpg);
	border-bottom:2px solid #D1DCDE;
	color:#D1DCDE;
	text-transform:uppercase;
	padding:10px;
}

.tbl_dic td, th {
	padding: 4px;
}

.tbl_dic thead th{
	text-align: center;
	background: #F5F5F5;
	color:#003366;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

.tbl_dic tbody th {
	font-weight: bold;
	border-bottom: 2px solid #333333;
	color:#003366;
}

.tbl_dic tbody tr{
	background-color:#FFF; 
	text-align:left;
	color:#003366;
	}

.tbl_dic tbody tr.odd 	{
	border-top:1px solid #333333;
}

.tbl_dic tbody th a:link, tbody th a:visited{
	color:#FFCC00;
	background:url(../img/iconos/donwload.jpg) no-repeat; 
	padding:3px 0px 0px 18px;
	}
.tbl_dic tbody th a:hover{
	color:#FF8601;
	}

.tbl_dic tbody tr td { 
	height:50px;
	border-bottom: 2px solid #CCCCCC;
	}

.tbl_dic tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.tbl_dic table td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.tbl_dic table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #333333;
	text-decoration: none ;
}

.tbl_dic table a[title="Download"] { 
	background: url() no-repeat center;
	padding:20px 0px 0px 15px;
}

.tbl_dic tfoot td{
	background-color:#E7E7E7; padding:10px;
	font-family:Arial;
	font-size:15px; font-weight:bold;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
	color:#333333;
}

tfoot th{
	background-color:#FFFFFF; padding:10px;
	font-family:Arial;
	font-size:15px; font-weight:bold;
	border-bottom:3px solid #333333;
	border-top:1px solid #DFDFDF;
	margin-top:10px;
	color:#333333;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background-image:url(../img/wrap-bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	width: 940px;
	height: 260px;
	text-align: left;
	background-color:#FFFFFF;	
}
#header-photo {
	position: absolute;
	top: 40px; left: 24px;	
	padding: 0;		
	height:212px; 
	width: auto;
	clear: both;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
#pag {
	width:150px;
}
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 400px;	
	left: 45px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 400px;		
	height: 20px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 4px 11px 0 11px;
	font: bold 16px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color:#000033;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color:#FFFFFF;	
	background:#000033;
	border-bottom: 1px solid #CECECE;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	font-style: italic;
	text-transform: none;
	color:#003366;
	width: 700px;
	text-align:right;
	/* change the values of top and left to adjust the position */
	top: 100px; left: 200px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 400px; height: 26px;
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 100px;
	border:solid 1px #999999;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
	height:auto;
		
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
	background-repeat:repeat-y;
	height:auto;
}
#content {
	float: left;
	width: 100%;
	background-image:url(../img/col-bg.jpg);
	height:auto;
	background-color:#D1DCDE;
	border-bottom:solid #D1DCDE 3px;
}
/*red*/
#red{color:#CC0000; letter-spacing:0px; width:180px; text-align:left; padding-left:55px; line-height:15px;}#red a{color:#CC0000;}#red a:link{color:#CC0000;}#red a:hover{color:#CC0000;}#red a:active{color:#CC0000;}#red a:visited{color:#CC0000;}
#titulo_red{color:#CC0000; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px; border-bottom: 1px solid #CC0000;}
.uno{background-image:url(../img/index/uno.gif); background-repeat:no-repeat; width:52px; height:39px;}
/**/
/*green*/
#green{color:#99CC00; width:180px; text-align:left; padding-left:55px;line-height:15px;}#green a{color:#99CC00;}#green a:link{color:#99CC00;}#green a:hover{color:#99CC00;}#green a:active{color:#99CC00;}#green a:visited{color:#99CC00;}
.dos{background-image:url(../img/index/dos.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_green{color:#99CC00; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*blue*/
#blue{color:#3399CC; width:180px; text-align:left; padding-left:55px;line-height:15px;}#blue a{color:#3399CC;}#blue a:link{color:#3399CC;}#blue a:hover{color:#3399CC;}#blue a:active{color:#3399CC;}#blue a:visited{color:#3399CC;}
.tres{background-image:url(../img/index/tres.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_blue{color:#3399CC; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*brown*/
#brown{color:#996600; width:180px; text-align:left; padding-left:55px;line-height:15px;}#brown a{color:#996600;}#brown a:link{color:#996600;}#brown a:hover{color:#996600;}#brown a:active{color:#996600;}#brown a:visited{color:#996600;}
.cuatro{background-image:url(../img/index/cuatro.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_brown{color:#996600; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*orange*/
#orange{color:#FF9900; width:180px; text-align:left; padding-left:55px;line-height:15px;}#orange a{color:#FF9900;}#orange a:link{color:#FF9900;}#orange a:hover{color:#FF9900;}#orange a:active{color:#FF9900;}#orange a:visited{color:#FF9900;}
.cuatro{background-image:url(../img/index/cuatro.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_orange{color:#FF9900; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*purple*/
#purple{color:#663399; width:180px; text-align:left; padding-left:55px;line-height:15px;}#purple a{color:#663399;}#purple a:link{color:#663399;}#purple a:hover{color:#663399;}#purple a:active{color:#663399;}#purple a:visited{color:#663399;}
.cuatro{background-image:url(../img/index/cuatro.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_purple{color:#663399; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*magenta*/
#magenta{color:#CC0099; width:180px; text-align:left; padding-left:55px;line-height:15px;}#magenta a{color:#CC0099;}#magenta a:link{color:#CC0099;}#magenta a:hover{color:#CC0099;}#magenta a:active{color:#CC0099;}#magenta a:visited{color:#CC0099;}
.cuatro{background-image:url(../img/index/cuatro.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_magenta{color:#CC0099; letter-spacing:0px; width:100%; text-align:left; padding-left:5px; line-height:15px; font-size:100%;font-weight: bold;font: bold 2em "Trebuchet MS", Tahoma, Arial, Sans-serif; position:relative; left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px;}
/**/
/*darkblue*/
#darkblue{color:#000066; width:220px; text-align:left; padding-left:30px;}#darkblue a{color:#000066;}#darkblue a:link{color:#000066;}#darkblue a:hover{color:#000066;}#darkblue a:active{color:#000066;}#darkblue a:visited{color:#000066;}
.cuatro{background-image:url(../img/index/cuatro.jpg); background-repeat:no-repeat; width:52px; height:39px;}
#titulo_darkblue{color:#003366; letter-spacing:0px; width:100%; text-align:left; line-height:15px; font-size:100%;left:10px; letter-spacing:0px; padding-top:10px; padding-bottom:5px; font-family:Arial, Helvetica, sans-serif;}
#titulo_darkblue h4 span {
	background: url(../img/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
/**/
.col-one h3{
}
/**/
.col-one {
	top:-15px;
	padding-top: 10px;
	position:relative;
	background-repeat:no-repeat;
	height:auto;
	float:left;
	width:280px;
	z-index:10;
	padding-left:11px;
	}
.col-two {
	float: right;
	/*background-color:#009900;*/
	height:auto;
	padding-right:60px;
	overflow:visible;
	position:relative;
	z-index:0;
	/*background-image:url(../img/bott_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;*/
}
.col-three {
	float: right;
	width: 210px;
	margin-left: -450px;
	margin-top: 12px;
	/*background-color:#FF0000;*/
	position:relative;
	top:-132px;
}
.col-four {
	float: left;
	width: 210px;
	margin-left: -250px;
	margin-top: 12px;
	/*background-color:#6699FF;*/
	position:relative;
	top:-132px;
}

.col-one, .col-two, .col-three, .col-four {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 5px 0 5px 0;
}

/*formularios*/

/* footer */
#footer-wrapper {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	line-height:12px/165%;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #003366;
	width: 950px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#log{
	float:right;
	position:relative;
	right:30px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	vertical-align:baseline;
	height:30px;
	z-index:3;
	margin:5px;
}
#log span{
	color:#FFCC00;
	font-size:14px;
	text-decoration:underline;
}
.tbl_login{
	background:none;
	width:400px;
}
#log span{
	font-weight:bold;
	font-size:10px;
}

/*banners*/
#tdl_contenido_inicio{
	width:510px;
	border-left:#FFFFFF 0px solid;
	border-right:#FFFFFF 0px solid;
	height:1000px;
}

table#tdl_contenido {
	border-collapse: collapse;
	width:580px;
	border-left:solid #EEE 1px;
	border-right:solid #EEE 1px;
	border-top:solid #EEE 1px;
}

/*table#tdl_contenido td{
}*/

table#tdl_contenido th {
	text-align: left;	
}
#tdl_contenido_inicio td{
}
#banner_bajo{
	margin:5px;
	float:left;
}
#banner_medio{
	float:left;
	margin:2px;
}
#banner_alto{
	float:left;
	position:relative;
	width:186px;
}
/*end banners*/
/*contenido*/
.contenido{
	width:560px;
	padding-left:10px;
	height: auto !important;
  height: 100%; /*For IE*/
}
.txt_normal{
	text-align:justify;
	font-size:13px;
	color:#333333;
	font-family:Arial;
	width:500px;
	padding-left:30px;
	padding-bottom:100px;
}
.pie_titulo{
	font-family:Arial;
	color:#FFCC00;
	font-size:9px;
	line-height:1;
	padding-top:3px;
	margin-left:20px;
}
/**/
.invisible{
	display:none;
}
#menu_inicial_seccion ul{
	margin:0px;
	padding:0px;
}
#menu_inicial_seccion ul li{
	color:#FF3300;
	font:"Times New Roman", Times, serif;
}
#banner_bolsa{
	border:0px;
	padding:5px;
}
/*TITULOS*/
.informacion_institucional{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/info_institucional.jpg);
	background-repeat:no-repeat;
}

.afiliados_nacionales{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/info_afiliados.jpg);
	background-repeat:no-repeat;
}

.productos_servicios{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_productos.jpg);
	background-repeat:no-repeat;
}

.calendario{
	width:540;
	height:200px;
	padding-top:80px;
	background-image:url(../img/titulos_entrada/inicio_calendario.jpg);
	background-repeat:no-repeat;
}

.calendario_ciclo{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_calendario_ciclo.jpg);
	background-repeat:no-repeat;
}

.contactenos{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_contactenos.jpg);
	background-repeat:no-repeat;
}

.construnota{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_construnota.jpg);
	background-repeat:no-repeat;
}

.bolsa{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_bolsa_empleo.jpg);
	background-repeat:no-repeat;
}

.economico{
	width:540;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_economico.jpg);
	background-repeat:no-repeat;
}

.juridico{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_juridico.jpg);
	background-repeat:no-repeat;
}

.gestion_gremial{
	width:540;
	height:200px;
	background-image:url(../img/titulos_entrada/inicio_gremial.jpg);
	background-repeat:no-repeat;
}

.manos{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_manos.jpg);
	background-repeat:no-repeat;
}

.donde{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_donde.jpg);
	background-repeat:no-repeat;
}

.coordenada{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_coordenada.jpg);
	background-repeat:no-repeat;
}

.conversatorios{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_conversatorios.jpg);
	background-repeat:no-repeat;
}

.ciclo_capacitaciones{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/ciclo_capacitaciones.jpg);
	background-repeat:no-repeat;
}

.edificarte{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_edificarte.jpg);
	background-repeat:no-repeat;
}

.charlas_tecnicas{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_charlas.jpg);
	background-repeat:no-repeat;
}

.productos_afiliados_regionales{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_productos_afiliados.jpg);
	background-repeat:no-repeat;
}

.crm{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_crm.jpg);
	background-repeat:no-repeat;
}

.fotografias{
	width:540;
	height:200px;
	padding-top:30px;
	background-image:url(../img/titulos_entrada/inicio_imagenes.jpg);
	background-repeat:no-repeat;
}

.txt_botones{
color:#000066;
text-decoration:underline;
}
.txt_botones a{
color:#000066;
text-decoration:underline;
}
.txt_botones a:link{
color:#000066;
text-decoration:underline;
}
.txt_botones a:hover{
color:#000066;
text-decoration:underline;
background-color:#D1DCDE;
}
.txt_botones a:active{
color:#000066;
text-decoration:underline;
}
.txt_botones a:visited{
color:#000066;
text-decoration:underline;
}
/**MENU DE NAVEGACION*/
tfoot#menu_navegacion{
	z-index:10;
}
tfoot#menu_navegacion td{
	background-color:#FFCC00;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}
tfoot#menu_navegacion a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
tfoot#menu_navegacion a:hover{
	color:#333333;
	font-weight:bold;
	text-decoration:underline overline;
}

.home{
	background-image:url(../img/iconos/casa.jpg);
	background-position:10px -2px;
	width:70px;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	color:#000033;
	padding-left:10px;
}
.inicio{
	background-image:url(../img/iconos/casa.jpg);
	background-position:10px;
	width:70px;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	margin:30px;
	color:#000033;
}
.atras{
	background-position:10px -2px;
	background-image:url(../img/iconos/volver.jpg);
	width:70px;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	color:#000033;
	padding-left:10px;
}
.arriba{
	background-position:10px -2px;
	background-image:url(../img/iconos/arriba.jpg);
	width:70px;
	position:relative;
	float:right;
	background-repeat:no-repeat;
	color:#000033;
	padding-left:10px;
}
thead#menu_navegacion{

}

.boton{
	width:70px;
	height:25px;
	margin:5px;
	background-image:url(../img/botones/b_01.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	border:none;
	
}


/*FINAL MENU DE NAVEGACION*/
/*BANNERS*/
#banner_contactenos{
	background-position:top left;
	background-repeat:no-repeat;
	width:205px;
	height:60px;
	border:dashed #6699CC 1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.titulo_contactenos{
	color:#FFFFFF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	padding-bottom:10px;
}
.titulo_contactenos a{
	color:#FFFFFF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.titulo_contactenos a:hover{
	color:#6699FF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
}
.titulo_contactenos a:visited{
	color:#FFFFFF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
}
.titulo_contactenos a:active{
	color:#6699FF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
}
.titulo_contactenos a:link{
	color:#FFFFFF;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
}
.texto_contactenos{
	color:#6699CC;;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:10px;
}
#texto_principal{
	width:558;
	height: auto !important;
  	height: 100%; /*For IE*/
	position:relative;
	background-image:url(../img/titulo_noticias.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:80px;
}
#cuerpo_noticia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	line-height:1;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	height:150px;
}
#titular{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#6699CC;
	text-align:left;
	line-height:1;
	font-weight:bold;
	border-bottom: dashed 1px #CCCCCC;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:50px;
	padding-top:10px;
	background-color:#22425B;
}
#mas_info{
	width:480px;
	height:30px;
	position:relative;
	margin-top:5px;
	background-image:url(../img/iconos/mas_info_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:38px;
	padding-top:13px;
	text-align:left;
	left:3px;
	border-top:solid 2px #CCCCCC;
}
#mas_info a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
#mas_info a:link{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
#mas_info a:hover{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	text-align:right;
}
#mas_info a:active{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
#mas_info a:visited{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
/* contacto texto*/
.contacto_texto{
	padding:10px;
	border:0px;
	background-color:#EEE;
	margin-top:40px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../img/iconos/for_mas_info.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.contacto_texto legend{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding:0px;
	margin:0px;
	left:0px;
}
.contacto_texto a{
	color:#6699CC;
}
.contacto_texto a:hover{
	color:#FF9900;
}
.contacto_texto a:link, a:visited, a:active{
	color:#6699CC;
}
.cargo{
	color:#333333;
	font-weight:bold;
	font-size:10px;
	float:left;
	position:relative;
	top:-10px;
	left:8px;
	width:100%;
}
/**/
/*DESCARGAR TEXTOS*/
.descarga_texto{
	padding:10px;
	border:0px;
	background-color:#6699CC;
	margin-top:40px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../img/iconos/for_mas_info.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.descarga_texto legend{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding:0px;
	margin:0px;
	left:0px;
}
.descarga_texto a{
	color:#6699CC;
}
.descarga_texto a:hover{
	color:#FF9900;
}
.descarga_texto a:link, a:visited, a:active{
	color:#6699CC;
}
.cargo{
	color:#333333;
	font-weight:bold;
	font-size:10px;
	float:left;
	position:relative;
	top:-10px;
	left:8px;
	width:100%;
}
/**/
/*TABLE BANNERS*/
#tbl_banners{
	width:520px;
	height:auto
}
/*FIN TABLE BANNERS*/
/*TABLE LISTAS*/
table#tbl_listas{
	width:520px;
	margin-top:20px;
	margin-bottom:20px;
}
table#tbl_listas td{
}
tr#list_top{
	background-image:url(../img/listas/list_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
}
td#list_middle{
	background-image:url(../img/listas/list_mid.gif);
	background-repeat:repeat-y;
	background-position:left;
}
tr#list_foot{
	background-image:url(../img/listas/list_bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:15px;
}
ul{
	padding-top:0px;
	width:210px;
	float:left;
	padding-left:35px;
}
ul li{
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}
ol{
	padding-top:20px;
	width:435px;
	float:left;
	padding-left:45px;
}
ol li{
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}
tr#list_top_01{
	background-image:url(../img/listas/list_top_01.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:15px;
}
td#list_middle_01{
	background-image:url(../img/listas/list_mid_01.gif);
	background-repeat:repeat-y;
	background-position:left;
}
tr#list_foot_01{
	background-image:url(../img/listas/list_bottom_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:15px;
}
.list_titulo{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	left:-20px;
	font-weight:bold;
	padding-bottom:10px;
}
/*FIN TABLE LISTAS*/
/*CALENDARIO*/
#tbl_calendario{
	width:100%;
	height:auto;
}
#nombre_evento td{
	background-color:EEE;
}
#tit_evento{	
	padding-top:10px;
	padding-top:10px;
	margin-right:20px;
	text-align:left;
	color:#003366;
	font-size:15px;
	font-weight:bold;
	height: auto !important;
  height: 100%; /*For IE*/
  float:left;
  width:260px;
}
#head_evento{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
#img_evento{
	background-color:EEE;
	height: auto !important;
  height: 100%; /*For IE*/
  float:right;
  position:relative;
  margin-right:10px;
  margin-right:20px;

}
/*----------------*/
#top_evento{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	line-height:2;
	height:10px;
}
#top_evento h2 span{
	/*background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/calendario/cla_top.png', sizingMethod='100%');
    height:50px;
	width:300px;
    background-color:#EEE;*/	
}
.fecha_evento{
	color:#333333;
	font-size:14px;
	padding-right:5px;
}
#base_eventos{
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:12px;
}
#base_eventos td{
	height:10px;
}
#info_calendario{
	padding-top:20px;
}
#info_calendario{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.tit_evento{
	color:#003366;
	font-weight:bold;
}
#tbl_costos{
	width:80%;
	height:10px;
	margin:10px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#003366;
}
#tbl_costos td{
	border:solid 1px #003366;
	padding:5px;
}
#costos_calendario{
	padding-top:20px;
}
.datos_calendario{
	color:#666666;
	font-size:14px;
	text-align:left;
	line-height:18px;
}
.datos_calendario a:link{
	padding:2px;
	text-decoration:none;
	color:#6699FF;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(../img/iconos/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.datos_calendario a:visited{
	padding:2px;
	text-decoration:none;
	color:#6699FF;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(../img/iconos/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.datos_calendario a:active{
	padding:2px;
	text-decoration:none;
	color:#6699FF;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(../img/iconos/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.datos_calendario a:hover{
	padding:2px;
	text-decoration:none;
	color:#336699;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
	padding-left:10px;
	background-image:url(../img/iconos/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/*FIN CALENDARIO*/
/*TABLE MENU*/
table#tbl_menu{
	width:520px;
	margin-top:35px;
	margin-bottom:20px;
	background-image:url(../img/menu_interno/back.gif);
	background-repeat:repeat-y;
}
table#tbl_menu tbody{
	background-image:url(../img/menu_interno/back.gif);
	background-repeat:repeat-y;
}
td#menu_top{
	background-image:url(../img/menu_interno/menu_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
}
td#menu_middle{
	background-image:url(../img/menu_interno/menu_middle.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;
}
tr#menu_foot{
	background-image:url(../img/menu_interno/menu_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
}
.back_middle td{
}
.menu_interno{
	padding-top:10px;
	width:80%;
	float:left;
	padding-left:40px;
	line-height:2;
	list-style:none;
	text-align:left;
	background-image:url(../img/menu_interno/vineta.gif);
	background-repeat:no-repeat;
	line-height:normal;
	background-position:20px 12px;
	font-size:12px;
}
.menu_interno a:link{
	color:#FFCC00;
}
.menu_interno a:hover{
	color:#FFFFFF;
}
.menu_interno a:visited{
	color:#FFFFFF;
}
.menu_interno a:active{
	color:#FFFFFF;
}
.menu_titulo{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	left:-20px;
	padding-bottom:10px;
}
.titulo_menu_titulo{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	left:20px;
	padding-top:10px;
	height:30px;
}
.titulo_menu_titulo_02{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	left:20px;
	padding-top:20px;
}
/*FIN MENU menu*/
/*PLANTILLAS_TABLAS_PRODUCTOS*/
#plantilla_tbl_01{
	width:95%;
	height:auto;
}
#plantilla_tbl_01_td_01{
	height:33px;
	background-color:#FFFFFF;
	background-image:url(../img/plantilla_tablas/top_left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-right:#92A6BA 1px solid; 	
}
#plantilla_tbl_01_td_02{
	height:500px;
	background-color:#FFFFFF;
	border-left:#92A6BA 1px solid; 
	border-right:#92A6BA 1px solid;
	background-image:url(../img/plantilla_tablas/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:auto;
}
#plantilla_tbl_01_td_03{
	height:10%;
	border-left:#92A6BA 1px solid; 
	border-right:#92A6BA 1px solid;
	border-bottom:#92A6BA 1px solid;
	text-align:right;
	padding:10px;
	height:auto; 
}
#plantilla_div{
width:100%;
padding-top:10px;
padding-bottom:10px;
height:auto;
}
#plantilla_tbl_02{
	width:95%;
	height:auto;
}
#plantilla_tbl_02_td_02{
height:auto;
}
#plantilla_tbl_02_td_03{
padding-bottom:20px;
height:auto;
}
.icono_economico{
	background-image:url(../img/plantilla_tablas/estudios_economicos.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.icono_juridicos{
	background-image:url(../img/plantilla_tablas/estudios_juridicos.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.icono_gestion{
	background-image:url(../img/plantilla_tablas/gestion_gremial.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.icono_construnota{
	background-image:url(../img/plantilla_tablas/construnota.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.icono_ciclo{
	background-image:url(../img/plantilla_tablas/ciclo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.icono_edificarte{
	background-image:url(../img/plantilla_tablas/edificarte.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
.calendario_eventos{
	background-image:url(../img/plantilla_tablas/calendario_eventos.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:30px;
}
/*CONSTRUNOTA*/
#td_foto_construnota{
	padding-top:20px;
}
#foto_construnota{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	left:10px;
	text-align:center;
	padding-top:5px;
}
#foto_construnota span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	position:relative;
	top:10px;
}
#titular_construnota{
	background-color:#6699CC;
	height:30px;
	padding:10px;
	margin-left:20px;
	text-align:left;
}
#titular_construnota td{
	border-left:solid #FFFFFF 2px;
}
#titular_construnota span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
#tbl_construnota{
	height:auto;
}
#tit_descripcion{
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333333;
	font-size:20px;
	position:relative;
	float:left;
	height:30px;
	padding:10px;
}
#tit_destacado{
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333333;
	font-size:20px;
	position:relative;
	float:left;
	height:30px;
	padding:10px;
}
#desc_construnota{
	width:95%;
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	border-bottom:solid #D1DCDE 2px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000000;
	margin-left:5px;
	margin-top:5px;
	font-size:15px;
}
#articulos_destacados{
	width:95%;
	height:150px;
	position:relative;
	float:left;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333333;
	border-bottom:solid #D1DCDE 2px;
	margin-left:5px;
	margin-top:5px;
}
#td_construnota_busqueda{
}
#construnota_busqueda{
	height:395px;
	overflow:auto;
	width:100%;
	
}
#tit_busqueda{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	background-color:#666666;
	height:30px;
}
#tit_busqueda span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px;
}
.construnotas{
border-bottom:solid #CCCCCC 1px;
text-align:left;
width:90%;
padding:5px;
}
.construnotas a{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-decoration:none;
}
.construnotas a:link{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-decoration:none;
}
.construnotas a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-decoration:none;
}
.construnotas a:visited{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-decoration:none;
}
.construnotas a:active{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-decoration:none;
}

#descargar_construnota{
position:relative;
float:right;
background-image:url(../img/plantilla_tablas/descargar.jpg);
background-position:right;
background-repeat:no-repeat;
height:30px;
width:310px;
padding-left:40px;
padding-top:10px;
}
#descargar_construnota a:link{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}
#descargar_construnota a:hover{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}
#descargar_construnota a:active{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
}
#descargar_construnota a:visited{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}

#articulos_num{
	border-bottom:solid 2px #999999;
	padding-bottom:20px;
}
#btn_ver_mas{
	position:relative;
	text-align:right;
	margin-top:20px;
}
/*CONSTRUNOTA*/
/*PLANTILLAS_TABLAS_PRODUCTOS*/
.tabla_scroll{
	overflow:auto;
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
	height:300px;
	border-bottom:#CCCCCC solid 2px;
	border-top:#CCCCCC solid 2px;
}
/*FIN PLANTILLAS_TABLAS_PRODUCTOS*/
/*MENSAJE POP UP*/
#pop_up_mensaje{
	position:relative;
	z-index:2;
	padding:10px;
	width:400px;
	height:auto;
	height: auto !important;
  	height: 100%; /*For IE*/
	background-color:#FFCC00;
	border:solid 2px #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;
	float:left;
	left:-200px;
}
#pop_up_mensaje span{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
#contenedor_pop_up_mensaje{
position:absolute;
width:1px;
height:1px;
top:50%;
left:50%;
}
/*FIN MENSAJE POP UP*/
/*FIRMA*/
#firma{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:9px;
	position:relative;
	margin:0 auto;
	width:950px;
	text-align:center;
	text-decoration:none;
	letter-spacing:5px;
	text-transform:lowercase;
}
#firma a:link{
	color:#CCCCCC;
	text-decoration:none;
}
#firma a:active{
	color:#CCCCCC;
	text-decoration:none;

}
#firma a:hover{
	color:#999999;
	text-decoration:none;
}
#firma a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
#tbl_henvio{
	border-bottom:solid 6px #FFFFFF;
	border-top:dashed 1px #336699;
}
.aplicaron_empleo{
	background-color:#FFCC00;
	color:#003366;
	font-weight:bold;
}
.tit_oferta{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.div_destacar{
	background-image:url(../img/botones/destacar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:35px;
	margin:auto 0px;
	width:90%;
	vertical-align:middle;
	padding-top:20px;
	text-align:center;
	position:relative;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.txt_destacado_normal{
	margin:0px auto;
	width:90%;
	margin-top:20px;
}
/**/