﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    padding: 0px;
    margin: 0px;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 100%;
    width: 100%;
    text-align: justify;
    background-color: #f1f3f4;
    color: #333333;
    letter-spacing: 0px;
    background-repeat: repeat;
}

img
{
}

a img
{
    border-style: none;
    text-decoration: none;
}

a:link, a:visited {
    color: #aede2e;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-style: italic;
}

a:hover {
    color: #aede2e;
    text-decoration: underline;
}

a:active
{
    color: #FF9900;
}

p
{
    margin-bottom: 15px;
    line-height: 1.8em;
    padding-right: 15px;
    padding-left: 15px;
}

li
{
    line-height: 1.8em;
    padding-right: 15px;
    list-style-image: url('../Resources/Vineta.png');
    list-style-position: outside;
}


.li_interior
{
    padding-bottom: 0px;
    line-height: 1.8em;
    list-style-image: url('../Resources/Li_interior.png');
    list-style-position: outside;
}

.LiMenuSuperior
{
    padding: 0px;
    margin: 0px;
    line-height: 1.3em;
}


ul
{
}



/* HEADINGS   
----------------------------------------------------------*/
h1 {
    padding-left: 15px;
    font-size: 2em;
    color: #343434;
    text-transform: none;
    font-weight: 900;
    text-align:left;
    letter-spacing: 2px;
    margin-top: 10px;
    background-image: url('../Resources/FondoH1.png');
    background-repeat: no-repeat;
}

h2
{
    margin: 10px 0px 5px 0px;
    font-size: 1em;
    padding-bottom: 0px;
    padding-top: 10px;
    color: #000000;
    text-align: left;
    padding-left: 15px;
}
    h2.Titulo {
        font-size: 35px;
        text-align: left;
        color: #fff;
        margin-top: 0;
    }
h3
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #333333;
    padding-left: 15px;
}

h4
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 20px;
    color: #999999;
    padding-left: 20px;
}


h5
{
    font-size: .8em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333333;
    padding-left: 20px;
}

h6
{
    font-size: 11px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding-right: 20px;
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
}

hr
{
    margin: 10px 0px 10px 0px;
    border-style: solid none none none;
    border-top-width: 1px;
    border-top-color: #E6E6E6;
}

.FotoAlineadoTexto
{
    padding: 10px 10px 0px 10px;
    float: left;
}


/* Menú Superior 
----------------------------------------------------------*/
.MenuSuperiorItem
{
    width: 120px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 13px;
    display: inline;
    margin-top: 5px;
    margin-right: 0px;
    font-style: normal;
}

.MenuSuperiorItem:hover
{
    color: #FF9900;
}


.MenuSuperiorItem a, .MenuSuperiorItem a:visited
{
}


.MenuSuperiorItem a:hover
{
}




/* Menú Inferior
----------------------------------------------------------*/
.MenuInferior
{
    text-align: center;
    color: #FFFFFF;
}

.MenuInferior a
{
    text-align: center;
    height: 30px;
}



.MenuInferior a:visited
{
    text-align: center;
}



.MenuInferior a:hover
{
    text-align: center;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.DivFondoHeader
{
    height: 170px;
    background-image: url('../Resources/FondoHeader.png');
    background-repeat: repeat;
}

.DivHeader
{
    margin: -120px auto 0px auto;
    width: 950px;
    height: 108px;
    clear: both;
}

.Logo
{
    width: 206px;
    height: 245px;
    position: absolute;
    float: left;
    margin-top: -55px;
}

.DivMenuSuperior
{
    float: left;
    width: 717px;
    height: 56px;
    background-image: url('../Resources/FondoDivMenuSuperior.png');
    background-repeat: no-repeat;
    position: absolute;
    text-align: right;
    margin-top: 52px;
    margin-left: 180px;
    padding-left: 40px;
}


.DivPrincipalTop
{
    background-position: top;
    margin: 0px auto 0px auto;
    width: 950px;
    background-image: url('../Resources/FondoDivPrincipalTop.png');
    background-repeat: no-repeat;
    height: 15px;
}

.DivPrincipalBottom
{
    background-position: bottom;
    margin: 0px auto 0px auto;
    width: 950px;
    background-image: url('../Resources/FondoDivPrincipalBottom.png');
    background-repeat: no-repeat;
    height: 15px;
}

.DivPrincipal
{
    margin: 0px auto 0px auto;
    width: 950px;
    background-image: url('../Resources/FondoDivPrincipal.png');
    background-repeat: repeat-y;
    min-height: 200px;
}


.DivSinColumnas
{
    padding: 0px 0px 15px 0px;
    clear: both;
}

.DivConColumnas
{
    clear: both;
    height: 100%;
}


.ColumnaIzquierda
{
    padding: 15px 10px 15px 10px;
    width: 280px;
    float: left;
}


.ContenidoColumnaDerecha
{
    padding: 15px;
    border-style: none none none solid;
    float: left;
    width: 619px;
    border-left-width: 1px;
    border-left-color: #E1E1E1;
}

.Footer
{
    background-image: url('../Resources/FondoHeader.png');
    background-repeat: repeat;
    width: 100%;
    position: absolute;
    z-index: -1;
    margin-top: -20px;
}

.MenuInferior
{
    padding: 15px;
    margin: 0px auto 0px auto;
    width: 956px;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

.FondoFlash {
    width: 940px;
    height: 362px;
    background-image: url('../Resources/FondoHome.jpg');
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 5px;
}

.FondoFlashTexto
{
    width: 320px;
    padding: 40px 15px 15px 15px;
    float: left;
}
    .FondoFlashTexto h2 {
        color: #aede2e;
    }
.FondoFlashTexto h6{
    color:#fff;
}

.FondoFlashFlash
{
    float: left;
    margin-top: -10px;
    margin-left: 10px;
}

.FondoBurbuja
{
    padding: 15px 20px 15px 15px;
    width: 245px;
    height: 160px;
    background-image: url('../Resources/FondoBurbuja.png');
    background-repeat: no-repeat;
    font-size: 13px;
    font-style: italic;
    color: #151515;
    text-align: left;
    font-weight: bold;
}

.GraficoTambos
{
    width: 319px;
    height: 480px;
    background-image: url('../Resources/TambosNegros.png');
    background-repeat: no-repeat;
    margin-top: -400px;
    margin-left: -50px;
}

.DivTitulo
{
    position: absolute;
    margin-left: 180px;
    margin-top: -10px;
}


.FirmaSites
{
    width: 950px;
    height: 30px;
    clear: both;
    margin: 20px auto 0px auto;
    text-align: right;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 1em;
    border: 1px solid #666666;
    margin-right: 20px;
    margin-left: 0px;
    color: #666666;
    background-color: #FFFFFF;
    font-weight: bold;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    padding: 2px 4px 8px 4px;
    color: #333333;
    background-color: #E9E9E9;
}

input.textEntry
{
    border: 1px solid #808080;
    width: 445px;
    height: 15px;
    background-image: url('../Resources/FondoTextBox.png');
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: #EAEAEA;
    color: #333333;
}

.textEntryComments
{
    border: 1px solid #808080;
    width: 445px;
    height: 95px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-image: url('../Resources/FondoTextBoxComments.png');
    background-repeat: no-repeat;
    background-color: #EAEAEA;
    color: #333333;
}


input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/


.ClearBoth
{
    clear: both;
}




.DivFondoIzquierdoArriba
{
    background-position: 10px;
    background-image: url('../Resources/FondoColumnaIzquieda_Top.png');
    background-repeat: no-repeat;
    width: 950px;
    height: 21px;
    background-color: white;
    margin-top: -10px;
}
 
 .DivFondoAbajo
{
   
    width: 960px;
    height: 28px;
    margin-right: auto;
    margin-left: auto;
}
.DivSociales
{
    width: 200px;
    height: 50px;
    margin-top: -250px;
    margin-left: 20px;
}


.FirmaSites
{
    width: 950px;
    height: 30px;
    clear: both;
    margin: 10px auto 10px auto;
    text-align: right;
}


.Recuadro
{
    padding: 5px;
    background-color: #EAEAEA;
}
.FondoContenidoArriba
{
    background-image: url('../Resources/FondoContenidoArriba.png');
    width: 750px;
    height: 108px;
    float :right;
    position :absolute ;
    margin-top: 52px;
    margin-left: 276px; 
}
.DivFondoIzquierdoAbajo
{
    background-image: url('../Resources/MenuLateralAbajo.png');
    width: 356px;
    height: 70px;
    position: absolute;
    margin-left : -80px;
    
}
.DivLogo
{
    margin-left: -10px;
}
.DivAbogados
{
    margin-top : 80px;
    margin-left: 10px;
    background-image: url('../Resources/Palomita.png');
    background-repeat: no-repeat;
    width: 206px;
    height: 206px;
}
.DivFondoContenidoAbajo
{
    background-image: url('../Resources/FondoContenidoAbajo.png');
    width :752px;
    height : 70px;
    position: absolute ;
    margin-left: 276px; 
}
.DivContacto
{
    margin-top: 10px;
    margin-left:783px;
    position: absolute ;
}
.LineaPunteada
{
    padding: 0px;
    margin-top: 10px;
}


/*----------------- Empieza Estilos para galeria ------------------------*/

.Galeria
{
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 896px;
    height: 599px;
    background-image: url('../Resources/FondoAzotea.png');
    background-repeat: no-repeat;
}

.Fotos
{
    padding: 15px;
    background-image: url('../Resources/FondoTransparente.png');
    background-repeat: repeat;
}




.Fotos h1 {
	
	font-family: Tahoma;
	font-size:	18px;
	color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.Fotos p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	color: #8b8b8b;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.Fotos img
{
    margin: 0 4px 5px 4px;
    padding: 0;
    border: 2px solid #000000;
    width: 70px;
    height: 47px;
}

.DivTendedero
{
    width: 952px;
    height: 201px;
    position: relative;
    top: -50px;
    left: -37px;
}

/*----------------- Termina Estilos para galeria ------------------------*/

.GraficoContacto
{
    width: 600px;
    height: 150px;
    background-image: url('../Resources/GraficoContacto.png');
    background-repeat: no-repeat;
}

.GraficoContacto a, .Graficocontacto a:visited
{
    font-size: 16px;
    color: #000000;
}

