/* 
    Document   : stilos
    Created on : 23/08/2011, 12:45:37 PM
    Author     : jcaceres
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    
width:100%;
height: 100%;    
margin: 0 auto;
padding: 0 auto;
font-family: 'Source Sans Pro', sans-serif;
}

div{
    width: 100%;
}

img
{
    cursor: pointer;
}
li
{
    list-style: none;
}
.contenedor {
    top: 0;
    left: 0;    
    position: absolute;
    width: 100%;      
    background-image: url(../../../../imagen/default/themes/png/body_top_p.png);    
    background-repeat: no-repeat;
    background-position: top center;
}
input, select, button, textarea, label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    /*text-transform: uppercase;*/
}
.cabecera {
    width: 75%;
    margin:0 auto 0 auto;  
    height: 45px;
    /*height: 80px; */
}


.contenido {  
    width: 950px;
    /*width: 900px;*/
    margin:0 auto 0 auto;
    z-index: 9999; 


}
.pie {   
    background: url(../../../../imagen/default/themes/png/body_bottom_p.png) no-repeat;
    height: 180px;
    /*height: 180px;*/
    text-align: center;	
    color: #666;
    background-position: top center;
}
/*.pie {   
    background: url(../../../../imagen/default/themes/png/body_bottom_p.png) no-repeat;
    height: 205px;
    text-align: center;	
    color: #666;
    background-position: top center;
}*/

.pie label
{
    position :relative;
    bottom: -130px;  
    font-size: 10px;
}

.menu
{
    /* margin-left:180px;*/
}
.menu ul
{
    z-index:100;
    margin: 0;
    padding: 0;
}

.menu ul li
{
    position: relative;
    display: inline;
    float: left;
}

.menu ul li a 
{
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    color: #093A6B;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    font-family:Tahoma,Geneva,sans-serif;
    font-size: 14px;
}

* html.menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.menu ul li a.selected, menu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #06F;
    /*background: url(../../../public/images/templatemo_menu_hover.png) repeat-x;*/
}
#login
{
    position:relative; 
    left:120px;  
    top: 14px; 
    color:#666666; 
    font-size:12px; 
    font-family:Arial;
    display:none;
}

#datos_inicio
{
    /* position:absolute; 
     margin-right:60%; 
     right:-267px;
     top: 12px;*/      
    position:relative;        
    left:120px;       
    top: 14px;   
    color:#666666; 
    font-size:12px; 
    font-family:Arial; 
    display:none;
}

#calendario{
    width: 450px;
    height: 400px;
    float: right;     
    margin-left: 10px;
}
/*
#cerrar_sesion
{
    /*position:absolute;
    margin-top:11px;
    margin-left:75%;
    position:relative; 
    margin-left:43%;
    color: #093A6B;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
    display:none;
}*/
#cerrar_sesion:hover
{
    color:#0066ff;
    cursor:pointer;
}

#calendario02{
    width: 48%;    
    float: right;
    margin-left: 5px;
    
}

#opciones_bienestar
{
    background: #FFF;
    /* padding-top: 50px; */
    margin-top: 100px;
    margin-right: 0; 
    display: none;     
    width: 50%;
    /* height: 600px; */
}

#main_top {
    width: 940px;
    background: url(../../../../imagen/default/themes/png/content_top.png) no-repeat;
    padding-right: 0px;
    padding-left: 0px;
    height: 391px;
    /*height: 367px;*/
    /*height: 280px;*/
    padding-top: 20px;
    margin-top:20px;

}

#main_bottom 
{
    width: 940px;
    height: 10px;
    padding-right: 0px;
    background: url(../../../../imagen/default/themes/png/content_bottom.png) no-repeat;
}
.col_fw2 
{
    width: 920px;
    height: 275px;
    /*height: 310px;*/
    /*height: 250px;*/
}
.col_allw80 
{
    float: left;
    width: 70px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    /*margin-top: 20px;*/
}
.col_allw350 
{
    float: right;
    width: 300px;
    height:250px;
    padding: 10px;
    background-image: url(../../../../imagen/default/themes/png/content.png);
}
.fp_service_box img 
{ 
    float: left; 
    margin-right: 5px; 
}
/*
.fp_service_box:hover
{  
    border: 0px solid #777;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    opacity:0.8;
    filter:alpha(opacity=80);
       background-color:#666666;
      background-image: url("../../../../imagen/default/themes/png/bg_options.png");    
}
*/
#div_aplicaciones {
    background-image: url("../../../../imagen/default/themes/png/bg_options.png");   
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%; 
    height: 140px;
    clear: both;

}
#div_aplicaciones img.prev 
{
    margin-left: 90px;
    margin-top: 65px;
    position: absolute;    
}
#div_aplicaciones img.next 
{
    margin-left: 1210px; 
    margin-top: 65px;
    position: absolute;    
}
#div_aplicaciones div.upd_close 
{
    position:absolute; 
    margin-top:10px;
    z-index:1150;   
}
#div_aplicaciones div.upd_close img
{
    float: left;   
}
#sub_div_aplicaciones 
{
    margin-left: 150px; 
}
#sub_div_aplicaciones ul li
{
    height: 120px;
    width: 130px;
    text-align: center;
    margin-top: 10px;
}
#sub_div_aplicaciones ul li:hover
{    
    background-image: url("../../../../imagen/default/themes/png/over.png"); 
    background-repeat: no-repeat;
    z-index: 10200;
    color: #000;
}
#sub_div_aplicaciones ul li div 
{
    margin-top: 5px;
}

#sub_div_aplicaciones ul li div div
{
    height: 60px;
    width: 130px;
    text-align: center; 
    float: left;
}
#sub_div_aplicaciones ul li div div.texto 
{
    height: 90px;
    width: 120px;
    text-align: center; 
    margin-left: 5px;  
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}
/*
#div_aplicaciones ul li div:hover
{
    
}

#div_aplicaciones ul li div label
{
    font-size: 12px;
    color: #FFF;
}

#div_aplicaciones 
{
    width:75%;
    margin:0 auto 0 auto;
    vertical-align: middle;
}


*/

.newsticker-jcarousellite { width:300px;}
.newsticker-jcarousellite ul li{ list-style:none; padding-bottom:1px; margin-bottom:10px;}

.newsticker-jcarousellite .info { float:right; width:300px; font-family:Arial;   }

.newsticker-jcarousellite .info span.tit { display: block; color: #036;
                                           font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                                           font-size: 13px; text-decoration:underline; cursor:pointer; }

.newsticker-jcarousellite .info span.cat {  
    color: #036;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;   
}
h3b
{
    color: #093A6B;
    text-align: center;
    font-size: 20px;
}
hr
{   
    color: #093A6B;
}
#cuerpo_comunicado ul li span.titulo
{
    /*color: #036;*/
    /*color: #093A6B;*/
    color: #E57817;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}
#cuerpo_comunicado ul li span.titulo:hover
{
    color: #06F;
    cursor: pointer;
}

#cuerpo_comunicado ul li span.descripcion
{
    color: #36558F;
    font-size: 12px;
}
.Estilo1 {
    color: #1F3045;
    font-weight: bold;
    font-family: "Trebuchet MS";
}
.Estilo2 {
    font-family: "Trebuchet MS";
    color: #1F3045;
    font-size: 11px;
}

/* OMES */
#cont {
    width: 900px;
    height: 400px;
    /*	   padding:5px; */
}
#cabe {
    background-color: #CCCCCC;
    height:50px;
    padding:5px;
}
#barra-lateral-izq {
    background-color: orange;
    float: left;
    width:600px;
    height:20%;
}
#barra-lateral-der {
    background:url(../../../../imagen/default/themes/png/usuario_datos.png);
    background-repeat: no-repeat;
    background-position: top center;
    /*background-color: gray; */
    float:left;
    width:320px;
    height: 83px
        /*		height:20%; */
        /*		margin-left:10px; */
}
#barra-lateral-izq2 {
    background-color: #0099FF;
    float: left;
    width:600px;
    height:90%;
}
#barra-lateral-der2 {
    background-color: #999999;
    float:left;
    width:300px;
    height:50%;
}
#barra-lateral-izq3 {
    background-color: #996600;
    float: left;
    width:600px;
    height:15%;
}
#barra-lateral-der3 {
    background-color: #666600;
    float:left;
    width:300px;
    height:40%;
}

#pie-aviso {
    background-image: url("../../../../imagen/default/themes/png/bg_options.png");   
    /*background-color: #333333;*/
    clear: both;
    height:35px;
    width: 600px;
    float:left;
    margin-top: 75px;
    /*margin-top: 47px;*/
    font-family: Arial,Helvetica,sans-serif;
    color: #ffffff;
}

#barra-cabecera{
    width: 920px;
}

#barra-lateral-der-inf {
/*    background-color: #ffffff;*/
    width:300px;
    height:110px;
    /*height:82px;*/
/*    float:none;*/
}

