﻿/* ----------------  Inicia Estilos para fuentes */
h1
{
    font-size: large;
    font-weight: bold;
    }

h2
{
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    color: #808080;
    text-align: left;
}

h3
{
    font-size: 10px;
    font-weight: bold;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;

}

.MenuItem
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #3A3A3A;
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.MenuItem:hover
{
}

.MenuItem a
{
    color: #3A3A3A;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.MenuItem a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.MenuItemLateral
{
    text-align: left;
    margin-top: 3px;
    width: 240px;
    height: 17px;
    padding-left: 10px;
    background-image: url('../Resources/BotonMenuLateral.png' );
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.MenuItemLateral:hover
{
    background-image: url('../Resources/BotonMenuLateralHover.png' );
    background-repeat: no-repeat;
}

.MenuItemLateral a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
}
.MenuItemLateral a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.MenuItemLateralIngles
{
    height: 20px;
    text-align: right;
    margin-top: 10px;
    font-style: italic;
}

.MenuItemLateralIngles:hover
{
    background-color: #FFFFFF;
}

.MenuItemLateralIngles a
{
    color: #808080;
    text-decoration: none;
}
.MenuItemLateralIngles a:hover
{
    color: #808080;
    text-decoration: none;
}

/* ----------------  Termina Estilos para fuentes */
/* ----------------  Inicia Estilos para DIVs */
body
{
    background-color: #771526;
    margin: 0px;
    font-family: "Century Gothic" , Arial, Verdana, Tahoma;
    color: #333333;
    font-size: 14px;
}



.DivPortada
{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #771526;
}

.DivPrincipal
{
    margin: 0px 15% 0px 15%;
    background-color: #BCBCBC;
    width: 950px;
    height: 100%;
    float: right;
}

.DivMenuHorizontal
{
	width: 600px;
	float: left;
	clear: both;
	text-align: center;
	height: 30px;
	background-image: url(../Resources/FondoMenuHorizontal.png);
}

.DivContenidoPrincipal
{
    width: 600px;
    float: left;
    clear: both;
    background-color: #FFFFFF;
}


.DivTitulo
{
	width: 590px;
	height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../Resources/FondoTitulo.png);
	margin-top: 10px;
}

.DivTexto
{
    width: 600px;
    height: 100%;
    text-align: justify;
    line-height: 20px;
}

.DivTextoInterior
{
    padding: 10px;
}

.DivTextoIngles
{
    font-style: italic;
    font-size: 12px;
}


.DivMenuLateral
{
    padding: 30px 20px 30px 10px;
    background-color: #BCBCBC;
    width: 320px;
    float: left;
    text-align: right;
    background-image: url(../Resources/FondoMenuHorizontal.png);
    background-repeat: no-repeat;
    margin-top: -30px;
}

.TextoMenuLateral
{
    background-color: #771526;
    font-size: large;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
    width: 260px;
    padding-right: 0px;
    top: 0px;
}

.TextoAreasEspecialidad
{
    float: left;
    color: #FFFFFF;
    font-style: italic;
}

.DivSocios
{
    width: 470px;
    background-color: #3A3A3A;
    padding-left: 10px;
    color: #C3CDC5;
    position: relative;
    right: 20px;
    padding-bottom: 5px;
}

.DivQuienesSomos
{
    background-position: right bottom;
    background-image: url(       '../Resources/abogado-efecto.jpg' );
    background-repeat: no-repeat;
}

.DivCivil
{
    background-image: url( '../Resources/justicia-modificada.jpg' );
    background-repeat: no-repeat;
    background-position: left bottom;
}

.DivLaboral
{
    background-position: right bottom;
    background-image: url(       '../Resources/mazo-juez-modificado.jpg' );
    background-repeat: no-repeat;

}

.DivCorporativa
{    
    background-position: right center;
    background-image: url(       '../Resources/Manos.jpg' );
    background-repeat: no-repeat;

}

.DivAdorno
{
	background-image: url(          '../Resources/Adorno.jpg' );
	background-repeat: no-repeat;
	width: 42px;
	height: 228px;
	position: absolute;
	top: 150px;
	left: 150px;
}




/* ----------------  Inicia Estilos para Tabla de Contacto*/

.Contacto
{
}

.TablaContacto
{
    font-size: small;
    font-weight: bold;
    background-color: #F4F4F4;
}


/* ----------------  Termina Estilos para Tabla de Contacto*/








.Footer
{
    text-align: center;
    padding-top: 1px;
    padding-bottom: 5px;
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    background-color: #BCBCBC;
    font-size: 10px;
    width: 600px;
    float: left;
    letter-spacing:2px;
}


.FirmaSite
{
    background-color: #771526;
    text-align: right;
    padding-top: 20px;
    height: 50px;
}
