﻿*{

}



body{
	background-color: #FFFFFF; /* color de fondo de pagina  */
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 0;
}

#container{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	width: 1050;
}
/*NUEVO*/
/*#menu{
background-color: #FFCB4B; /* color de fondo de barra de paginas  
position: fixed;
text-align: center;
top: 0;
width: 1060px;

box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}  */


#menu ul{
margin: 0;
padding: 0;
}

#menu ul li{
list-style: none;
display: inline-block;
padding: 40px 10px;
margin-left: -25px;
}


#menu ul li a{
color: #00218B;  /*COLOR DE LETRA DEL MENU EN CADA PAGINA*/
font-size: 19px;
font-weight: bold;
padding: 40px 10px;
text-decoration: none;

-webkit-transition: all .5s;
}
#menu ul li a:hover{
	background-color: #587DE1;  /*COLOR DEL CUADRO AL UBICARME EN CADA PAGINA*/
	color: #002B6C;
	text-align: justify;
}


.logo, .logo:hover{
background: #01317A url(../img/logo.png);
background-repeat: no-repeat;
background-position: center center;
padding-left: 150px !important;
padding-right: 150px !important;
}

/*NUEVO*/
.logo2{
background: #0051F7 url(../img/logo.png);
background-repeat: no-repeat;
background-position: center center;
padding-left: 150px !important;
padding-right: 150px !important;
}

.firma{
background: #0051F7 ;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}
.areas{
background: #2C6CF0;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}
.abogados{
background: #2C6CF0;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}
.asociados{
background: #2C6CF0;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}
.asesoria{
background: #2C6CF0;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}
.preguntas{
background: #2C6CF0;
background-repeat: no-repeat;
background-position: center center;
padding-left: 20px !important;
padding-right: 20px !important;
}

.seleccionado{
background-color: #8CABE5; /*COLOR DEL TEXTO AL UBICARME EN CADA PAGINA*/
color: #fff !important;	
}

#slider{
height: 450px; /*CAMBIA EL ALTO DEL CONTAINER SLIDER DE LA PORTADA*/
margin-top: 10px;
overflow: hidden;
width: 100%;

-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}


h2{
	color: #1956B4;
	font-size: 28px;
	margin-bottom: 5px;
	margin-top: 0px;
	-webkit-text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
	text-align: justify;
}

/*CONTENIDO ME AGREGA UN MARCO AL TEXTO CON UNA SOMBRA */
/*.contenido{
	
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}*/
.contenido p{
	font-size: 16px; /*TAMAÑO DE LETRA EN AREAS DE PRACTICA*/
	padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 60px;
	padding-top: 10px;
}

.contenido p2{
	font-size: 16px; /*TAMAÑO DE LETRA EN AREAS DE PRACTICA*/
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}

#formulario{
	background-color: #d2d2d2;
	margin-top: -20px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	margin-bottom: -80px;
}

#formulario form{
font-size: 14px;
margin: 0 auto;
width: 400px;
}

textarea{
height: 100px;
width: 400px;
}

.campo, textarea{
background: #eee;
border: 0;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
width: 400px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

.campo:focus, textarea:focus{
background: #fff;
outline: none;

-webkit-box-shadow: 0 0 10px #24607f;
-moz-box-shadow: 0 0 10px #24607f;
-o-box-shadow: 0 0 10px #24607f;
box-shadow: 0 0 10px #24607f;
}

.boton{
	background: #ff8a00;
	border: 0;
	color: #fff;
	margin-left: 125px;
	width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.boton:hover{
background-color: #00FF66;
}

#footer{
	color: #000431;
	font-size: 14px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
}

#footer2{
color: #fff;
font-size: 12px;
font-weight: bolder;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

/*  TEXTO PIE DE PAGINA  */
#footer3{
color: #010741; /*  COLOR DE TEXTO PIE DE PAGINA EN TODAS LAS PAG EXCEPTO EN LA FIRMA  */
font-size: 14px;
font-weight: bolder;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}

#sociales{
	width:260px;
	height:0px;
	display:block;
	float:right;
}

}
.menu-sup li a.inicio{
	background:url(img/icono-home.png) no-repeat left bottom;
}
.menu-sup li a.contacto{
	background:url(img/icono-contacto.png) no-repeat left bottom;
}
.menu-sup li a.ubicanos{
	background:url(../img/icono-ubicanos.png) no-repeat left bottom;
}
.menu-sup li a:hover{
	text-decoration:underline;
}
/*---- Sociales -----*/
.iconos-sociales{
	margin:0;
	padding:0;
	list-style:none;
}
.iconos-sociales li a{
	width:52px;
	height:52px;
	display:block;
	float:right;
	margin-left:6px;
	padding-top:10px;
}
/*---- Pie pagina ---*/
.sociales-pie{
	width:150px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.sociales-pie li a{
	width:52px;
	height:52px;
	display:block;
	float:left;
	margin-left:6px;
}
/* ICONOS PEQUEÑOS DE FACEBOOK Y TWITTER  */
.sociales-pie2{
	width: 150px;
	display: block;
	padding: 0;
	list-style: none;
	float: right;
	margin-bottom: 0;
	margin-left: 400px;
	margin-right: 400px;
	margin-top: 0;
}
.sociales-pie2 li a{
	width: 20px;
	height: 19px;
	display: block;
	float: right;
	margin-left: 6px;
}

.textopiepagina{
	width:800px;
	display:block;
	float:right;
	color:#5A5353;  /*  color:#FFF; */
	text-align:right;
}
