@charset "utf-8";

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 17px;
	color: #555555;
    text-align:center;        
}

.simple_text {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #555555;
    text-align:center;        
}

img { 
	behavior: url(javascript/iepngfix.htc) 
}

/* ---------- Button ------------- */

input[type="button"]{
   background-color:#779999;
   background-image:url(../images/fondo_boton_1.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   padding-left: 8px;
   padding-right: 8px;
   padding-top:3px;
   padding-bottom:3px;
}
input[type="button"]:hover {
   background-color:#b0d2e9;
   background-image:url(../images/fondo_boton_3.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   cursor: pointer;
}
input[type="button"]:active {
   color:#ffffff;
   background-color:#779999;
   background-image:url(../images/fondo_boton_2.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   cursor: pointer;
}

.info a, .blogbtn {
	display: block;
	width: 139px;
	height: 23px;
	background: url(../images/btn.gif) no-repeat top left;
	float: left;
	text-transform: uppercase;
	color: #5c5c5c;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}
.info a:hover, a.blogbtn:hover {
	background: url(../images/btn.gif) no-repeat bottom left;
}
#sidebar a {
	float: none;
}


/* ---------- Typography ---------- */

h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
}
/* Para los H1 */
.h1{
    text-transform:none;
    color: #ABC;
    font-size: 32px;
}
h2 {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px dotted #acacac;
	padding-bottom: 10px;
}
h3 {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 10px;
}
h4 {
	font-size: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ---------- Layout ---------- */

.box_240px_left, .box_240px_middle, .box_240px_right {
	width: 260px;
	float: left;
}
.box_240px_left {
	padding: 20px 42px 0px 0px;
	background-image: none;
}
.box_240px_middle {
	padding: 20px 42px 0px 42px;
	background: url(../images/blue_sep.gif) no-repeat left;
}
.box_240px_right {
	padding: 20px 0px 0px 42px;
	background: url(../images/blue_sep.gif) no-repeat left;
}

.box_425px_left {
	width: 425px;
	float: left;
}
.box_425px_right {
	width: 460px;
	float: right;
}
#content_wrap {
	background: url(../images/bg_repeat.gif) repeat-x top left;
}
#top_content, #blog_content {
	overflow:hidden;
	background: url(../images/shadow.gif) no-repeat bottom left;
	padding: 0px 0px 30px 2px;
	width: 958px;
	margin: 0 auto;
}
#left_content {
	width: 623px;
	float: left;
	padding-left: 1px;
}
#left_content_about_blog {
	background: url(../images/left_content_bg.gif) no-repeat top left;
	width: 563px;
	float: left;
	padding: 30px;
}
.left_content_small_left {
	float: left;
	width: 255px;
	margin-top: 10px;
}
.left_content_small_right {
	margin-right: 0px;
	width: 255px;
	float: right;
	margin-top: 10px;
}
#bottom_content {
	overflow: hidden;
	padding: 40px 0px 40px 1px;
	width: 960px;
	margin: 0 auto;
}
#bottom_content_about {
	overflow: hidden;
	padding: 40px 0px 40px 30px;
	width: 930px;
	margin: 0 auto;
}

/* ---------- Header ---------- */

#top_header {
    margin: 0 auto; 
}

#header {
	background-image: url(../images/nav_bg_repeat.jpg);
	background-repeat: repeat-x;
    height: 35px;
	z-index: 900;
}

#header_content {
    width: 960px;     
    margin: 0 auto;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:1000;
}

#logo_ini {
    padding: 15 15 20 15px;    
}

/* ---------- Navigation ---------- */

#nav {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	z-index: 900;
}
#nav .last {
	padding-right: 2px;
	background-image:url(../images/nav_button_sep.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
}
#nav .on {
	color:#fff !important;
	background-image: url(../images/nav_button_bg.jpg) !important;
	background-position: bottom left !important;
}
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding: 8px 10px;
    color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
	background-image: url(../images/nav_button_bg.jpg);
	background-position: top left;
}
#nav a:hover {
    color:#fff;
	background-image: url(../images/nav_button_bg.jpg);
	background-position: bottom left;
}
#nav li{
    float:left;
    position:relative;
    text-align:left;   
	
}
#nav ul {
    position:absolute;
    width:15em;
    top:2.8em;
    display:none;	
	z-index: 1;
    background-color: #2e2e2e; 
}
#nav li ul a {
    width:11em;
    float:left;
	background-color: #2e2e2e;
	background-image: none !important;
}
#nav li ul a:hover {
	background-color: #292929;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:11em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

/* ---------- Top text ---------- */

#text_wrap {
	background-color: #e59225;
}
#top_text, #top_text_sub {
	background: url(../images/top_spotlight.png) no-repeat scroll left top;
	width: 960px;
	overflow: hidden;
	padding: 30px 0px 30px 0px;
	color: #FFFFFF;
	margin: 0 auto;
}
#top_text_sub {
	background: url(../images/top_spotlight_sub.png) no-repeat scroll left top;
	padding: 5px 0px 5px 0px;
}	
	
/* ---------- Slider ---------- */

.shadow {
	margin: 1px 0px 15px 0px;
}
.slider_img {
	border: 8px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
}
.info ul, .info li {
	text-transform: uppercase;
	font-weight: bold;
	color:  #888;
	float:left;
	margin-top: 3px;
}
.info {
	margin-top: 20px;
}
.info li {
	background: url(../images/check.gif) no-repeat left;
	padding-left: 26px;
	margin-right: 40px;
}

/* ---------- Sidebar ---------- */

.bubble {
	position: absolute;
	left: 43px;
	top: -25px;
}
.post, .lastpost {
	border-bottom: 1px dotted #acacac;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.lastpost {
	border: none;
}

/* ---------- Bottom content ---------- */

.recent_work {
	float: left;
	border: 3px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 16px 16px 0px 0px;
}

/* ---------- About page ---------- */

.title {
	float: left;
	margin-top: 10px;
    text-transform: uppercase;
}
.description {
	float: left;
	background: url(../images/title_sep.gif) no-repeat top left;
	padding-left: 20px;
	margin: 15px 0px 0px 20px;
}
.description p{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px; 
}

/* ---------- Portfolio ---------- */

#portfolio_content_wrap {
	background: url(../images/bg_portfolio_repeat.gif) repeat-x top left;
	padding: 15px 0px 0px 0px;
}
#portfolio_content {
    overflow: auto;    
    width: 1100px;
	margin: 0 auto;
	padding: 1px 0px 0px 1px;   
}
.portfolio_img {
	border: 3px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	
}
.portfolio_item, .portfolio_item_nomargin {
	float:left;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.portfolio_item_nomargin {
	margin-right: 0px;
}

/* ---------- Blog ---------- */

#sidebar, #blog_sidebar  {
	width: 245px;
	float: right;
	margin-top: 22px;
	position: relative;
	background: url(../images/sidebar_bg.gif) no-repeat top left;
	padding: 50px 30px 0px 30px;
}
#blog_sidebar {
	margin-top: 0px;
	padding: 30px;
}
#blog_content {
	background-image: none;
	padding-bottom: 0px;
}
.blog_img {
	border: 4px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 10px 0px;
}
.sub_post {
	overflow: hidden;
	clear: left;
}
.blog_post {
	overflow: hidden;

	padding-bottom: 50px;
	padding-left: 1px;
}
#blog_sidebar ul li {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px dotted #acacac;
}
#blog_sidebar a {
	display: block;
	padding-top: 10px;
	height: 27px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#blog_sidebar a:hover {
	padding-left: 5px;
	background-color: #ebebeb;
}
.categories, author {
	margin-bottom: 40px;
}
.sponsors_img {
	margin-top: 20px;
}
.blog, .blog_big {
	color: #980e0e;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
.blog_big {
	font-size: 18px;
}
a.blog:hover, a.blog_big:hover {
	/* color: #38b0b5;*/
}
.date {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

/* ---------- Contact ---------- */

.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
/*
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
*/


.button {
	background-color: #e7e7e7;
	width: 74px;
	height: 23px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #980e0e;
}


.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}

/* ---------- Footer ---------- */

.flickr {
	display: inline;
	float:left;
	border: 2px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	margin: 0px 20px 20px 0px;
}
#dark_footer .box_240px_left {
	padding-right: 42px;
	padding-top: 0px;
	background-image: none;
}
#dark_footer .box_240px_middle {
	padding: 0px 42px;
	background-image: none;
}
#dark_footer .box_240px_right {
	padding-left: 42px;
	padding-top: 0px;
	background-image: none;
}
#dark_footer_wrap {
	background: url(../images/dark_footer_repeat.gif) repeat-x top left;
	background-color: #242424;
	overflow: hidden;
}
#dark_footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
#light_footer_wrapper {
	height: 40px;
	background: url(../images/light_footer_repeat.gif) repeat-x top left;
}
.box_240px_right li {
	display: inline;
}
#light_footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
#light_footer a {
	color: #666666;
}
#light_footer a:hover {
	color: #999999;
}
.footerdate {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #c5c5c5;
}
.footer {
	color: #c5c5c5;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
a.footer:hover {
	color: #fff;
}
#dark_footer h2 {
	color: #c5c5c5;
	margin-top: 20px;
	margin-bottom: 20px;
}
#dark_footer p {
	color: #c5c5c5;
	margin-bottom: 0px;
}
 
/* Caracteristicas del Listado */

/* listado general */
.listado {
    width:100%;
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
}

.listado th { 
    height:30px;
    border-color: #AAAAAA;
    background-color: #B0D2E9;
    color:#042128;
    border-style: solid;
    border-width: 1px;
    text-align:center;
    vertical-align: middle;
}
.listado td { 
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    text-align:center;
    color:#111111;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Tahoma;
    font-size: 10pt;
    vertical-align: middle;
    padding-left:2px; 
    padding-right:2px;
}
.listado .tr_impar td {
    background-color: #e6e6e6;  
    padding-left:2px; 
    padding-right:2px;
}
.listado .editar_eliminar {
    width: 75px; /* Es el ancho de los botones eliminar y editar */
}

.cabecera_listado_acciones {
    background-color: #F1EED1;
    color: #000000;
    font-family: Tahoma;
    font-size: 10pt;
}

/* Cabecera */
.link_listado_acciones {
   color: #000000;
   font-family: Tahoma;
   font-size: 10pt; 
}

/* Pie paginacin */
.listado .pie_listado_paginacion {
    background-color: #F1EED1;
    color: #FF7302;
    font-family: Arial;
    font-size: 16px;
     
    
}
.listado .pie_listado_paginacion a {
    color: #FF7302;
}
.listado .pie_listado_paginacion a:link {
    color: #FF7302;
}
.listado .pie_listado_paginacion a:visited {
    color: #FF7302;
}
.listado .pie_listado_paginacion a:hover {
    color: #222222;
}
.listado .pag_actual{
    color: #222222;
}
.listado .filtro_activo {
    color: #FF7302;   
}

/* Imagenes con opacidad */
.fade {
    opacity:0.5;
}

.mover {
    opacity:0.5;
    cursor: pointer; 
}

/* Div busqueda */
.ordenacion {
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    padding:3px;
    vertical-align: middle;
    text-align:center;
}

/* Div filtro */
.filtro {
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    padding:3px;
    vertical-align: middle;
    text-align:center;
}

/* Div filtro */
.filtro_oculto {
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    padding:3px;
    vertical-align: middle;
    text-align:center;
}

/* Tabla Filtro */
.tb_filtro {
    margin: 0 auto;
}

/* Td Filtro - [Tabla Filtro] */
.td_filtro {    
    padding-right:7px;
}


/* EDICI�N */
.edicion {
    width:100%;
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
}

.edicion th { 
    height:30px;
    border-color: #AAAAAA;
    background-color: #B0D2E9;
    color:#042128;
    border-style: solid;
    border-width: 1px;
    text-align:center;
    vertical-align: middle;
    font-size: 16px;
}

.edicion td {
    background-color: #F2F2F2;
    padding:3px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
}

.edicion .nombres {
    background-color: #F2F2F2;
    color: #000000;
    font-weight: bolder;
    width: 20%;
    white-space:nowrap;    
}
.edicion .confirmar {
    background-color: #FFD8B9;
}
.edicion .confirmar_td {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align:center;
}

/* EDICIN PESTA�AS */
.edicion_pestanna {
    width:100%;
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
}

.edicion_pestanna th { 
    height:30px;
    border-color: #AAAAAA;
    background-color: #B0D2E9;
    color:#042128;
    border-style: solid;
    border-width: 1px;
    text-align:center;
    vertical-align: middle;
    font-size: 16px;
}

.edicion_pestanna td {
    background-color: #F2F2F2;
    padding:3px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
}

.edicion_pestanna .nombres {
    background-color: #F2F2F2;
    color: #000000;
    font-weight: bolder;
}
.edicion_pestanna .confirmar {
    background-color: #FFD8B9;
}
.edicion_pestanna .confirmar_td {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align:center;
}


/* simple css-based tooltip */
.tooltip {
    background-color: #fff;
    border:1px solid orange;
    padding:9px 12px;
    max-width: 500px;
    display:none;
    color:#000;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    font-weight: bold;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}


/* Ventana de Mensaje */

    #fondoVentana{
        position:fixed;
        background: #000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity:0.25;
        filter:alpha(opacity=25);
    }
    #msgVentana{
        position:fixed;
        background: #f0f0f0;
        top: 20%;
        left: 15%;
        width: 600px;
        /*margin-left:-300px;*/
        height: 450px;
        /*margin-top:-200px;*/
        border:groove 1px #000;        
    }
    #msgVentanatxt{
        position:fixed;
        background: #f0f0f0;
        top: 20%;
        left: 15%;
        width: 800px;
        height: auto;
        border:groove 1px #000;        
        padding-bottom: 20px;
    }
    .msgContenidoVentana {
        padding:8px;
    }
    .superiorVentana{
        background: #0A3C7E;
        width: 100%;
        height: 30px;
        color: #fff;
    }
    .cerrarVentana {
        font-weight: bolder;
        cursor: pointer;
        font-family: arial;
        margin: 2px 5px;
        float: right;
    }
    .btnVentana {
        padding: 8px;
    }

    #msgAlerta {
        position: absolute;
        background: #f0f0f0;
        top: 20%;
        left: 33%;
        width: 400px;
        height: 250px;
        border:groove 1px #000;    
    }
    

/***************************/

/* Botn tamao estandar */

.boton1 {
   height:26px;
   background-color:#779999;
   background-image:url(../images/fondo_boton_1.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   padding-left: 8px;
   padding-right: 8px;
}
.boton1:hover {
   height:26px;
   background-color:#b0d2e9;
   background-image:url(../images/fondo_boton_3.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   padding-left: 8px;
   padding-right: 8px;
   cursor: pointer;
}
.boton1:active {
   height:26px;
   color:#ffffff;
   background-color:#779999;
   background-image:url(../images/fondo_boton_2.png);
   border-style:solid;
   border-color:#808080;
   border-width: 1px;
   padding-left: 8px;
   padding-right: 8px;
   cursor: pointer;
}

/* Botn texto pequeo*/
.boton2:hover {
    text-decoration: underline;
}

.link_sinsub a {
    text-decoration: none; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #555555;     
}

.link_sinsub a:hover{
    color: #38b0b5;
}

.li_link_sinsub {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: black;      
}

.tabla_sinbordes {
    border-width: 0px;
}

.tabla_sinbordes td{
    border-width: 0px;
}


/* Iframes que contienen datos auxiliares en edici�n */
.iframe_aux {
    width:100%;
    height:150px;
}
.iframe_aux_x2 {
    width:100%;
    height:300px;
}
.iframe_aux_1_4 {
    width:100%;
    height:225px;
}

.iframe_aux_x4 {
    width:100%;
    height:500px;
}

.iframe_idiomas {
    width:100%;
    height:105px;
}

.div_separador {
    float: left;
    background-color:#acacac;
    height:60px;
    width:2px;
    margin-left: 10px;
    margin-right: 10px;
}

.error {
    color: #FF0000;    
}

.no_error {
    color: #0000FF;    
}

.uperror {
    font-family: Verdana, Helvetica, sans-serif, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FF0000;    
}

/* Pesta�as ************/ 
  #tabs { 
      width:100%;               
  }
  /* cada pesta�a es un item de una lista */
  #tabs li {
    background-image: -moz-linear-gradient(100% 100% 90deg, #AAA, #FFF);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#AAA), to(#FFF));
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FFFFFFFF", EndColorStr="#FFAAAAAA");
    -moz-border-radius: 10px 0 0 2px;
    -webkit-border-radius:10px 0 0 2px;
    border-radius:10px 0 0 2px;
    border-right: 1px solid #C9E1F0;
    border-bottom: 3px solid #C9E1F0;
    float: left;
    height: 2em;
    line-height: 2em;
    width: 120px;
  }
  /* esta es la pesta�a activa */
  #tabs li.on {
    background-image: -moz-linear-gradient(100% 100% 90deg, #C9E1F0, #B0D2E9);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#C9E1F0), to(#B0D2E9));
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FFB0D2E9", EndColorStr="#FFC9E1F01");
  }
  /* cada pesta�a es un enlace */
  #tabs li a {
    color: #666;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 0px;
    text-decoration: none;
    white-space:nowrap;
  }
  /* el enlace activo */
  #tabs li.on a { color: #132F42; }
  /* efecto hover sobre las pestaas */
  #tabs li a:hover { color: #132F42;  }
  /* efecto hover sobre la pesta�a activa */
  #tabs li.on a:hover { color: #000; }
  /* los contenidos ocultos */
  .tab {
    clear: both;
    display: none;
    padding-top: 3px;
    padding-bottom: 5px;
  }
/************************/ 

.sombra_imagen {
  /* propiedades normales */
  -moz-border-radius: 10px;
  background-color: #C6C6C6;
  color: #DEF;
  float: left;
  width: 170px;    /* proporcional a: $foto_std_width_px [= $foto_mid_width_px + 2 ] */
  height: 247px;  /* proporcional a: $foto_std_height_px [= $foto_mid_height_px + 2] */    
  margin-left: 63px;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  /* propiedades de la sombra */
  -moz-box-shadow: 5px 5px 5px #AAAAAA;
  -webkit-box-shadow: 5px 5px 5px #AAAAAA;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=125,strength=5)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=125,strength=5);
}

.h1_propio {
    color: #888888;
    font-size: 16px;
    font-weight: bold; 
}

a img {text-decoration: none; 
}

/* *** Ini - Elemento Actual [Focus] *** */ 
cur_focus{
    border: 3px solid orange;
    background-color: red;
}
/* *** Ini - Elemento Actual [Focus] *** */ 


/* *** Ini - Estado de Invitaci�n [Hojas de Trabajo > Listado de Colaboradores > Env�o de Invitaci�n] *** */ 
    /* Email de invitaci�n enviado */
    .estado_email_enviado{
        font-weight: bold;
        color: black;
    }
    
    /* Email de invitaci�n enviado */
    .estado_email_ok{
        font-weight: bold;
        color: green;
    }

    /* Email de invitaci�n enviado */
    .estado_email_ko{
        font-weight: bold;
        color: red;
    }

	
/**** Modificado 2014-01-17
	   /* Barra de progreso de control de los mails que se env�an a los Colaboradores desde HojadeTrabajo */ 
 
 			#fadingBarsG{
			position:relative;
			width:240px;
			height:29px;
			margin-left: 320px}
			
			.fadingBarsG{
			position:absolute;
			top:0;
			background-color:#000000;
			width:29px;
			height:29px;
			-moz-animation-name:bounce_fadingBarsG;
			-moz-animation-duration:1.3s;
			-moz-animation-iteration-count:infinite;
			-moz-animation-direction:linear;
			-moz-transform:scale(.3);
			-webkit-animation-name:bounce_fadingBarsG;
			-webkit-animation-duration:1.3s;
			-webkit-animation-iteration-count:infinite;
			-webkit-animation-direction:linear;
			-webkit-transform:scale(.3);
			-ms-animation-name:bounce_fadingBarsG;
			-ms-animation-duration:1.3s;
			-ms-animation-iteration-count:infinite;
			-ms-animation-direction:linear;
			-ms-transform:scale(.3);
			-o-animation-name:bounce_fadingBarsG;
			-o-animation-duration:1.3s;
			-o-animation-iteration-count:infinite;
			-o-animation-direction:linear;
			-o-transform:scale(.3);
			animation-name:bounce_fadingBarsG;
			animation-duration:1.3s;
			animation-iteration-count:infinite;
			animation-direction:linear;
			transform:scale(.3);
			}
			
			#fadingBarsG_1{
			left:0;
			-moz-animation-delay:0.52s;
			-webkit-animation-delay:0.52s;
			-ms-animation-delay:0.52s;
			-o-animation-delay:0.52s;
			animation-delay:0.52s;
			}
			
			#fadingBarsG_2{
			left:30px;
			-moz-animation-delay:0.65s;
			-webkit-animation-delay:0.65s;
			-ms-animation-delay:0.65s;
			-o-animation-delay:0.65s;
			animation-delay:0.65s;
			}
			
			#fadingBarsG_3{
			left:60px;
			-moz-animation-delay:0.78s;
			-webkit-animation-delay:0.78s;
			-ms-animation-delay:0.78s;
			-o-animation-delay:0.78s;
			animation-delay:0.78s;
			}
			
			#fadingBarsG_4{
			left:90px;
			-moz-animation-delay:0.91s;
			-webkit-animation-delay:0.91s;
			-ms-animation-delay:0.91s;
			-o-animation-delay:0.91s;
			animation-delay:0.91s;
			}
			
			#fadingBarsG_5{
			left:120px;
			-moz-animation-delay:1.04s;
			-webkit-animation-delay:1.04s;
			-ms-animation-delay:1.04s;
			-o-animation-delay:1.04s;
			animation-delay:1.04s;
			}
			
			#fadingBarsG_6{
			left:150px;
			-moz-animation-delay:1.17s;
			-webkit-animation-delay:1.17s;
			-ms-animation-delay:1.17s;
			-o-animation-delay:1.17s;
			animation-delay:1.17s;
			}
			
			#fadingBarsG_7{
			left:180px;
			-moz-animation-delay:1.3s;
			-webkit-animation-delay:1.3s;
			-ms-animation-delay:1.3s;
			-o-animation-delay:1.3s;
			animation-delay:1.3s;
			}
			
			#fadingBarsG_8{
			left:210px;
			-moz-animation-delay:1.43s;
			-webkit-animation-delay:1.43s;
			-ms-animation-delay:1.43s;
			-o-animation-delay:1.43s;
			animation-delay:1.43s;
			}
			
			@-moz-keyframes bounce_fadingBarsG{
			0%{
			-moz-transform:scale(1);
			background-color:#000000;
			}
			
			100%{
			-moz-transform:scale(.3);
			background-color:#FFFFFF;
			}
			
			}
			
			@-webkit-keyframes bounce_fadingBarsG{
			0%{
			-webkit-transform:scale(1);
			background-color:#000000;
			}
			
			100%{
			-webkit-transform:scale(.3);
			background-color:#FFFFFF;
			}
			
			}
			
			@-ms-keyframes bounce_fadingBarsG{
			0%{
			-ms-transform:scale(1);
			background-color:#000000;
			}
			
			100%{
			-ms-transform:scale(.3);
			background-color:#FFFFFF;
			}
			
			}
			
			@-o-keyframes bounce_fadingBarsG{
			0%{
			-o-transform:scale(1);
			background-color:#000000;
			}
			
			100%{
			-o-transform:scale(.3);
			background-color:#FFFFFF;
			}
			
			}
			
			@keyframes bounce_fadingBarsG{
			0%{
			transform:scale(1);
			background-color:#000000;
			}
			
			100%{
			transform:scale(.3);
			background-color:#FFFFFF;
			}
			
			}			     
      
    /* Fin Barra de progreso */
/* FIN Modificado 2014-01-17	



	
/* *** Fin - Estado de Invitaci�n [Hojas de Trabajo > Listado de Colaboradores > Env�o de Invitaci�n] *** */ 


/* *** Ini - Estado de los datos del Colaborador > M�dulo de Colaboradores - Listado de Colaboradores] *** */ 
    /* Datos del colaborador aprobados */
    .estado_colaborador_ok{
        font-weight: bold;
        color: black;
    }

    /* Email de invitaci�n enviado */
    .estado_colaborador_ko{
        font-weight: bold;
        color: red;
    }

/* *** Fin - Estado de Invitaci�n [Hojas de Trabajo > Listado de Colaboradores > Env�o de Invitaci�n] *** */ 


/* *** Ini - Ficha Web *** */ 

.table_content{
    width: 95%;
    height: 95%;
    text-align: center;
    vertical-align:middle;
/*    border: solid 1px #FF0;*/
}

.div_fweb{
    text-align: center;
    width: 257mm; /* Tamao A4 menos 2 mm de mrgen arriba 297mm - (2 x 20mm) = 257 mm*/
    height: 160mm; /* Tamao A4 menos 2 mm de mrgen arriba 210mm - (2 x 25mm) = 160 mm*/
    margin: auto;
    display: block;    
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
    /* border: solid 1px green; */
}


/* Cabecera */ 
.div_head_fweb{
    display: block;
    margin: auto;
    width: 97%;
    height: 30mm;
    text-align: center;
    overflow: hidden;
}

    /* datos de la cabecera */
    .tlf_fweb{    
        white-space:nowrap;
        font-size: 0.8em;
        font-weight: bold;
        color: black;
        text-align: center;        
        padding: 0mm;
    }

    .nombre_fweb{
        font-family: Verdana, Helvetica, sans-serif, Arial;
        text-align: right;
        text-transform:none;
        /*font-weight: bold;*/
        color: #AABBCC;
        font-size: 3em;   
        white-space:nowrap;
        padding: 0mm;
    }

    .datos_fweb{
        white-space:nowrap;
        text-align: right;
        text-transform:none;
        font-size: 1em;   
        padding-top: 1.5mm;
        padding-bottom: 1mm;
    }

    .link_fweb{
        text-align: right;
        font-size: 1.1em;   
        padding-top: 2mm;
    }

    
/* Fotografas [0 - 3] */
.div_pics_fweb{
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
	
	}

    /* Fila de Fotos (fila dentro de la Tabla contenida dentro del Div de Fotografas) */
    .div_pics_fweb tr{
     /* border: solid 1px red; */
     /* height: 110mm; */
    }

    /* Fotografas */
    .pic_fweb{
        border: 0.5mm solid #AABBCC;
        width: 84mm;
        height: 123mm;
        padding: 0mm;
        margin-top: 1mm;
        margin-bottom: 1mm;
        margin-left: 0.3mm;
        margin-right: 0.3mm;
        #height: 110mm;     /* para Internet Explorer */
        #width: 79mm;       /* para Internet Explorer */
    }
    
    /* Fotografas de tama�o Medio */
    .pic_fweb_mid{
        border: 0;
        width: 168px;    /* proporcional a: $foto_std_width_px [= $foto_mid_width_px] */
        height: 246px;  /* proporcional a: $foto_std_height_px [= $foto_mid_height_px] */
        padding: 0mm;
        margin: auto;
    }
    
    /* Fotografas de tama�o Peque�o [foto pasaporte] */
    .pic_fweb_thumbnail{
        border: 0;
        width: 56px;    /* proporcional a: $foto_std_width_px [= $foto_thumbnail_width_px] */
        /* height: 82px;  /* proporcional a: $foto_std_height_px [= $foto_thumbnail_height_px] */
        padding: 0mm;
        margin: auto;
    }
    
    
/* lnea de divisin superior */
.up_ln_brk_fweb{
    width: 100%;
    height: 1.2mm;
}

/* lnea de divisin media */
.mid_ln_brk_fweb{
    width: 98%;
    height: 1mm;
}

/* lnea de divisin inferior */
.bttm_ln_brk_fweb{
    width: 100%;
    height: 1.2mm;
	display:block;
}

/* *** Fin - Ficha Web *** */ 

#translate-this{
	float:right;
	}
