﻿body
{
    background-color: #FFCC99;
    font-family: Verdana;
    font-size: 11px;
    margin-top: 0px;
    line-height: 20px;
}
 
#encabezado
{
    width: 900px;
    height: 98px;
    margin: auto;
    clear:both;
}


#logo
{
background-image: url('./Imagenes/logo.jpg');
width:155px;
height:98px;
float:left;
}

.enca_imagen
{
background-image: url('./Imagenes/encabezado_imagen.jpg');
width:590px;
height:98px;
float:left;
}

.IE8Fix
{
	z-index: 100;
}


.enca_idioma
{
    width: 150px;
    height: 73px;
    background-color: #FFFFFF;
    text-align:center;
    padding-top:25px;
    float: left;
}

.enca_der
{
    background-image: url('./Imagenes/encabezado_derecha.jpg');
    width: 5px;
    height: 98px;
    float:right;
}


 
#entorno
{
    width: 900px;
    margin: auto;
    background-image: url('./Imagenes/fondo_web.jpg');
    background-repeat: repeat-y;
    background-color:White;
    
    float:none;
}

#margen_izq
{
    width:150px;
    background-image: url('./Imagenes/menu/fondo_menu.jpg');
    background-repeat: repeat-y;
    z-index:1;
    float:left;

}

#margen_der
{
    width:155px;
    text-align: center;
    padding-bottom: 15px;
    float:right;
    }


#centro
{
    width:582px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;    
    float:left;
}


.imagen
{
    padding: 15px;
}
    
.ventana
{
    border: solid 1px #FF9935;
    background-color: #FFFFFF;
}

.titulo_ventana
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    background-color: #FF9935;
    padding: 5px;
}
.contenido_ventana
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}    


#porque_sere24
{
    text-align:center;
    float:right;
}

.titulo_tabla
{
       color: Black;
    background-color: #FFE7CE;
   font-size: 13px;
    font-weight: bold;  
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.texto_tabla1
{
       color: white;
    background-color: #D96C00;
   font-size: 16px;
    font-weight: bold;  
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.texto_tabla2
{
    color: white;
    background-color: #D96C00;
    font-size: 11px;
    text-align: justify;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.texto_tabla3
{
    color: Black;
    font-size: 12px;
    text-align: justify;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.texto_rojo
{
    color: #FF0000;
}    

.texto_verde
{
    color: #008000;
}

.servicios
{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 10px;
}

.servicios_titulo
{
    border: 1px solid #FFFFFF;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

.servicios_texto
{
border: 1px solid #FFFFFF;
padding: 5px 5px 5px 5px;
background-color: #FFCC99;
}

.clausula_legal
{
    line-height:12px;
    font-size:10px;
}



#borde_inf
{
    width: 900px;
    height: 6px;
    margin: auto;
    background-image: url('./Imagenes/borde_inf.jpg');
    background-repeat : no-repeat;
    background-position: top left;
    clear:both;
}

/* MENU */

.c_menu_item
{
    height:27px;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:White;
}

.c_menu_over
{
    font-size:12px;
    color:Black;
}

.c_submenu_item
{
    height:27px;
    width:150px;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    background-color: #FF9933;
    color:White;
}

.c_menu_seleccionado
{
    color:Gray;
}


.enlace
{
    color: #FF6600;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* NOTICIAS */

a:link, a:visited, a:hover
{
    
    text-decoration: none;
}

.noticia_titulo
{
    font-weight: bold;
}

.noticia_fecha
{
    color: #CC6600;
    font-weight: bold;
}


/* OFERTAS TRABAJO */

.ofertas_fecha
{
    color: #CC6600;
    text-align: right;
    width:15%;
    text-align: right;
}

.ofertas_codigo
{
    color: #000000;
    font-weight:bold;
    width:15%;
}

.ofertas_texto
{
    color: #CC6600;
    font-weight:bold;
    width:15%;
}