﻿/*Body*/
*
{
    padding: 0px;
    margin: 0px;
}


/*  etiquetas ------------------------------------------------- */
body
{
    margin: 0px;
    padding-top: 0px;
    /*background-image: url('../imagenes/degra_cuadrado_negro_900.jpg');*/
    background-repeat: repeat-x;
    font-family: verdana;
    font-size: 11px;
}

p
{
    font-family: verdana;
    font-size: 11px;
    text-indent: 15px;
    padding-left: 0px;
    margin-left: 0px;
    color: #666666;
}

li
{
    font-family: verdana;
    font-size: 11px;
    padding-left: 5px;
    margin-left: 0px;

}

/*table
{
    
    float: left;
    width: 752px;
}*/




/* h1,h2  ----------------------------------------------*/

h1
{
    font-family: 'Segoe Print';
    font-size: 26px;
    color: #0d458c;
    font-weight: normal;
    
}

h2
{
    font-family: Verdana;
    font-size: 18px;
    color: #0d458c;
    font-weight: normal;
    padding-bottom: 10px;
    
}

h3
{
    font-family: 'Segoe Print';
    font-size: 26px;
    color: #0099CC;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

h4
{
    font-family: 'Segoe Print';
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}
h5
{
    font-family: 'Segoe Print';
    font-size: 15px;
    color: #0d458c;
    font-weight: bold;
    
}

#formulario_referidos
{
    
    width: 760px;
    right: auto;
    left: auto;
    float: right;
    clear: both;
}


.pregunta
{
    color: #2876d8;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.articulo
{
    padding: 0px;
    margin: 0px;
    
}



.ul_abogados
{
    line-height: 17px;
    color: #666666;
}







/* para dar margen izquierdo al ul  */
#area_privada
{
    
    padding-left: 25px;
    margin-left: 200px;
 }

#imagen_arriba
{
    padding: 0px;
    margin: 0px;
    height: 85px;
}

#main_container
{
    width: 90%;
    margin-left: 5%;
    padding-top: 0px;
    padding-bottom: 5px;
    float: left;
    /*border: 3px outset #FF0000;*/
    margin-top: 0px;
    
}

.secciones
{
    
    margin-left: 40px;
    float: left;
}

/*Content*/

.imagen
{
    padding: 15px 15px 15px 0px;
    margin: 0px 10px 0px 0px;
    float: left;
}
/* imagen justificada a la derecha */
.imagen_derecha
{
    padding: 15px 0px 15px 15px;
    margin: 0px;
    float: right;
}

.imagen0
{
    
    padding: 0px;
    margin: 0px;
    float: left;

}

.imagen_izda
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.img_pdf
{
    float: right;
}

#img_soporte
{
    float: left;
}

.caja
{
    padding: 0px;
    margin: 0px 15px 0px 0px;
    float: left;
    width: 157px;
    height: 157px;
}


.content
{
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    padding-bottom: 50px;
    background: #ffffff;
    /*border: 1px dashed;*/
    height: auto;
    float: left;
    padding-top: 0px;
    min-height:350px;
}

.content article
{
    padding-left: 3%;
}


/*Header maestro------------------------------------------------   */

.headerPrincipal
{
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    background: #ffffff;
    /*border: 3px outset;*/
    height: 116px;
    float: left;
    position: relative;
    margin-bottom: 0px;
}

/* header paginas   --------------------------------*/
.header
{
    width: 100%;
    background: #ffffff;   /*    border: 3px outset*/
    height: 50px;
    float: left;
    position: relative;
    padding-top: 10px;
    
}
#imagen_arriba
{
    /*border: 1px double #00FFFF;*/
    height:85px;
}

#mensaje_cabecera
{
    position: absolute;
    top: 12px;
    left: 300px;
    width: 500px;
    font-family:  'Verdana';
    color: #FFFFFF;
    font-size: 16px;
}

#mensaje_telefono
{
    position: absolute;
    top: 54px;
    left: 635px;
    width: 300px;
    font-family: 'Verdana';
    color: #FFFFFF;
    font-size: 13px;
    text-align: right;
}



/* fin header ------------------------------------------------ */

/*Menu superior -------------------------------------------------*/




.top_menu ul
{
    margin: 0px;
    list-style: none;
    float: left; /*border: 1px outset #660066;*/
    padding: 0px;
    width: 100%;
    height: 138px;
    background-image: url('../imagenes/fondo_arriba_degradado_doble.jpg');
    background-repeat: repeat-x;
    text-align: center;
}

 
.top_menu ul li
{
    /*background-image: url('../imagenes/fondo_arriba_degradado_doble.jpg');
    background-repeat: repeat-x;*/
    width: 120px;
    height: 25px;
    margin-top: 5px; /* sube o baja el menu */
    margin-bottom: -1px;
    display: inline-block;
}

.top_menu ul li a
{
    margin: 0px;
    padding: 0px 15px 0px 15px;
    color: #3399FF;
    text-decoration: none;
    width: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    
}
.top_menu ul li a:hover
{
	color: blue;
}

/* fin Menu superior -------------------------------------------------*/

/* submenus --------------------------------------------*/
#menu_productos
{
    border: 1px solid #2876d8;
    position: absolute;
    display: none;
    width: 120px;
    height: 55px;
    background-image: url('../imagenes/fondo_arriba_degradado_doble.jpg');
    background-repeat: repeat-y;
    z-index: 2;
}

li:hover #menu_productos
{
	display: block;
}

#menu_servicios
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #2876d8;
    position: absolute;
    display: none;
    width: 120px;
    background-image: url('../imagenes/fondo_arriba_degradado_doble.jpg');
    background-repeat: repeat-y;    
    z-index: 2;
}

li:hover #menu_servicios
{
	display: block;
}

/* fin submenus --------------------------------------------*/


/*Footer -------------------------------------------------------------------------*/
.footer
{
    width: 100%;
    margin-top: 5px;
    margin-left: 0%;
    background: #ffffff; /*border: 3px outset;*/
    height: 50px;
    display: inline-block;
}

.footer_msg
{
    padding: 10px 0px 10px 0px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 0.8em;
    color: rgb(126, 126, 126);
    height: 3px;
    width: 100%;
    text-align: center;
    display: inline-block;
    
}

#linea_pie
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 5%;
}

/* fin footer --------------------------------------------*/

.tabla tr
{
    width: 900px;
    
}

.tabla td
{
    width: 600px;
   
}

.tabla
{
    float: left;
    clear: both;
   
}

.centrar_articulo
{
    
    width: 700px;
    float: right;
}

#seccion_izda
{
    float: left;
    width: 19%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #0099FF;
   
}

#seccion_dcha
{
   
    padding: 0px;
    margin: 0px;
    float: left;
    width: 80%;
    
}
#seccion_dcha2
{
    
    padding: 0px;
    margin: 0px;
    float: left;
    width: 25%;
}
#seccion_dcha3
{
    
    padding: 20px 20px 0px 0px;
    margin: 0px;
    float: left;
    width: 50%;
}

#antes_footer
{
    
    padding: 20px 20px 0px 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.dentro_antes_footer
{
    float: right;
    width: 150px;
    height: 100px;
    
    margin-right: 60px;
    padding-top: 0px;
    margin-top: 0px;
}
.centrar
{
    text-align: center;
    
   width:100%;
}

article {
	margin: 10px auto; /*espacio en parte superior e inferior del div centrando a la caja que sostiene*/
}

section {
	margin: 10px auto;
}

#fotos
{
    background-color: #FFFF66;
    width: 300px;
    height: 100px;
    position: absolute;
}

