/* GENERALES
-------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:200;
}
html {
	background-color: #fff;
	color: #6F7A77;
}
ul, li {
	list-style: none;
}
fieldset, a img {
	border: 0;
}
abbr, acronym {
	cursor: help;
}
a {
	outline: none;
}
/* ESTRUCTURA
-------------------------------------------------- */

html {
}
body {
	width:960px;
	margin:0 auto;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:10px;
}
h1 {
	color:#7d8a92;
	font-style:italic;
	margin:30px auto;
	display:block;
	width:160px;
	height:50px;
	padding-top:70px;
	background: url(../img/logo.jpg) center top no-repeat;
	text-align:center;
}
h1 strong {
	display:block;
	font: italic 1.3em Georgia, serif;
}
#contenido{
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #E8ECEE);
	background: -o-linear-gradient(#fff, #E8ECEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E8ECEE)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #E8ECEE);
	padding:10px 10px 30px 10px;
}
#menu {
	margin:-50px 0 30px 0;
	
}
ul#menu {
	background-color:#fff;
	padding-top:5px;
	width:100%;
	height:42px;
	overflow:auto;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}
ul#menu li {
	float:left;
	width:25%;
	margin-left:0;
	line-height:42px;
	text-align:center;
}
ul#menu li a {
	text-decoration:none;
	font-family: 'Dosis', sans-serif;
	font-size:22px;
	color:#999;
	display:block;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:40px;/*text-shadow: -1px -1px 0px #eee;*/
}
ul#menu li a.actual {
	color:#2E4447;
}
/* TIPOGRAFÍAS
-------------------------------------------------- */



h2 {
	font: italic 30px Georgia, serif;
	color:#304447;
	text-align:center;
	padding-bottom:8px;
	margin:10px 0 50px 0;
	background: url(../img/puntos.png) no-repeat center bottom;
	text-shadow: 1px 1px 0 #fff;
}
em {
	color:#400435;
	font-style:normal;
}
em.nota {
	color:#7e8088;
	font-style:italic;
	font-size:12px;
}
.descripcion {
	width:360px;
	float:left;
	margin-right:80px;
	margin-left:50px;
}
.descripcion p {
	line-height:1.3em;
	margin-bottom:20px;
}
.media {
	float:left;
	width:401px;
	border:1px solid #C1D8D0;
}
.media2{
	float:left;
	width:610px;
	height:370px;
	border:1px solid #C1D8D0;
}

.panel {
	width:960px;
}
/* DESPACHO
-------------------------------------------------- */
#despacho p {
	margin: 10px -3px 19px 0px;
}
#despacho ul li, #servicios ul li {
	/*list-style-type:disc;*/
	margin:0;
	color:#6a6a7a;
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding-left:10px;
	padding-top:0;
}
/* EQUIPO Y SERVICIOS
-------------------------------------------------- */

li.destacadolista {
	background:none !important;
	margin-top:10px;
}
#equipo div.descripcion, #servicios div.descripcion {
	width:220px;
	float:left;
	margin:0 30px 0 50px;
}
 #equipo div.descripcion:nth-child(4) p:last-child {
 margin-top:100px;
}
#equipo h3, #filosofia h3, #servicios h3 {
	color:#304447;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	margin-bottom:22px;
	text-transform:uppercase;
}
#equipo h3 {
	margin-bottom:12px;
}
#equipo h4 {
	color:#3e4044;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top:12px;
}
#equipo p {
	color:#6a6a7a;
	font-size:12px;
	margin:8px 0;
}
p.correo {
	color:#304447;
	font-size:11px;
}
p.correo a {
	color:#304447;
	text-decoration:none;
	margin-bottom:50px !important;
	font-size:11px;
}
p.correo a:hover{
	text-decoration:none;
	color:#CCC;
}
#equipo p.correo + h3 {
	margin-top:36px;
}
#servicios ul {
	margin-bottom:25px;
	line-height: 1.4em;
}
#servicios ul ul {
	margin-bottom:25px;
}
#servicios li {
	padding-bottom:9px;
	margin-top:25px;
	line-height: 1.3em;
}
/* FILOSOFÍA
-------------------------------------------------- */
#filosofia ol {
	margin-left:100px;
	/*
	-moz-column-width: 23em;
	-webkit-column-width: 23em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	*/
	height:400px;
	width:300px;
}
#filosofia ol li {
	color:#6a6a7a;
	list-style:none;
	padding-left:60px;
	background:url(../img/01.png) no-repeat left center;
	margin-bottom:40px;
}
#filosofia ol li p {
	line-height: 1.3em;
	font-size:12px;
	margin-top:-13px;
}


/* Esta es la manera correcta de acceder a la lista, la dejo para el Chrome, la manera de jquery no parece ir bien*/

#filosofia ol.listCol1 li:nth-child(1) {
 background-image:url(../img/01.png);
}
#filosofia ol.listCol1 li:nth-child(2) {
 background-image:url(../img/02.png);
}
#filosofia ol.listCol1 li:nth-child(3) {
 background-image:url(../img/03.png);
}
 #filosofia ol.listCol2 li:nth-child(1) {
 background-image:url(../img/01.png);
}
#filosofia ol.listCol2 li:nth-child(2) {
 background-image:url(../img/02.png);
}
/* Esta es la manera de jquery hay q usarla para el IE < 9 */

.lista-uno {
	background-image:url(../img/01.png) !important;
}
.lista-dos {
	background-image:url(../img/02.png) !important;
}
.lista-tres {
	background-image:url(../img/03.png) !important;
}
.lista-cuatro {
	background-image:url(../img/04.png) !important;
}
.lista-cinco {
	background-image:url(../img/05.png) !important;
}
.listCol1, .listCol2 {
	float:left;
	width:400px;
}
.listCol1 {
	margin-right:100px;
}
/*
.listCol1 {
	float:left;
	width:400px;
	counter-reset:elemento;
}

.listCol1 li:before {
    list-style-type:none;
	content: counter(elemento);
    counter-increment: elemento;
	
}

.listCol2 {
	float:left;
	width:400px;
	counter-reset: elemento 3;
	
}
	
.listCol2 li:before  {
	list-style-type:none;
    content: counter(elemento);
    counter-increment: elemento;
}
*/
	

	




	


/* CONSULTAS
-------------------------------------------------- */

#consultas div.descripcion {
	width:960px;
}
form span {
	position:relative;
	display:block;
}
label {
	position:absolute;
	top:0;
	left:0
}
button {
	width:100px;
	height:55px;
	background:none;
	margin:40px auto 0 auto;
	display:block;
}
button {
	width:80px;
	height:31px;
	background:url(../img/fondoboton.png) no-repeat;
	border:0;
	outline:none;
	padding-bottom:10px;
	padding-left:0px;
	display:block;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6a6a7a;
}
button:active {
	margin-top: 41px;
}
input {
	border: 1px solid #f0f2f3;
	width:230px;
	height:32px;
	margin-bottom:4px;
}
input, label {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#7d8a92;
}
label {
	margin:6px 0 0 6px;
}
textarea {
	border: 1px solid #f0f2f3;
	width:230px;
	height:100px;
	margin-top:20px;
}
/*label del textarea*/

label[for="for_motivo"] {
	margin-top:26px;
}
form#formulario {
	width:230px;
	margin:0 0 0 325px;
}
/* CONTACTO
-------------------------------------------------- */

address {
	display:block;
	background:url(../img/bandera.png) no-repeat;
	padding-left:40px;
	margin:12px 0 0 0;
}
address p {
	margin:0 !important;
	font-style:normal;
	line-height:20px;
}
#contacto ul li {
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding-left:10px;
	margin-bottom:50px;
	margin-top:px;
}
#contacto h3 {
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	color:#304447;
	text-transform:uppercase;
	/*	background: url(../img/bullet.png) no-repeat 0 6px; */
	padding-bottom:2px;
	background: url(../img/puntos.png) no-repeat left bottom;
}
#contacto ul {
	margin:0 !important;
	line-height:28px;
}
#contacto ul li {
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding-left:10px;
	margin-bottom:50px;
	margin-top:px;
}