/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** ESTILOS GENERALES **/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,h7{
	text-transform: uppercase;
}

h2{
	font-size: 18px;
	line-height: 60px;
	color: #85BD6B;
	letter-spacing: 1px;

}

 .wrapper{
	 max-width: 960px;
	 min-width: 320px;
	 margin: auto;
 }

 .center{
	 text-align: center;
 }

 .fl{
	 float: left;
 }

 .fr{
	 float: right;
 }

 .fix{
	 overflow: hidden;
 }

 /** Cabecera **/

 .header{
	 padding: 10px;
 }

 .h-wrap{
	 padding-bottom: 5px;
	 border-bottom: solid 1px #000;
 }

 .logo, .slogan{
	 display: inline;
 }

 .one-half{
	 width: 50%;
	 padding: 10px;
 }

 .logo h1{
	 display: inline-block;
 }

 .slogan{margin-left: 10px;}

 .slogan img{
	 max-width: 100%;
	 min-width: 320px;
 }

 /** Cuerpo **/

 .description{
	 padding: 5px 15px;
 }
  .description p{
	 text-align: justify;
 }

  .one-quarter{
	 width: 25%;
	 min-width: 240px;
 }

  .one-third{
	 width: 25%;
	 min-width: 320px;
 }
   .one-third img{
	 margin: 0px 118px;
 }

  .one-quarter img{
	 margin: 0px 78px;
 }

 h3{
	 text-align: center;
	 border-bottom: solid 1px #85BD6B;
	 margin: 5px 15px 3px 15px;
	 padding-bottom: 5px;
 }

 .admision{
	margin: 30px 0px;
	background: url('../img/cuerpo/admision/admision-bg.jpg');
	background-position: center center;
	width: 100% !important;
	background-repeat: no-repeat;
 }
 
 .admision img{
 	margin: auto;
 	display:block;
 }

 .que-opinan{
	 background: #e6e6e6;
	 padding: 15px 0px;
	 margin: 30px 0px;
 }

 .que-opinan .wrapper{
	 position: relative;
 }

 .testimonial-1{
 	position: absolute;
 	left: 0px;
 }

 .entretes{
	position: relative;
 	left: 42%;
 }

 .testimonial-2{
	 position: absolute;
	 right: 0px;
	 top: 0px;
 }

 .testimonial{
	 background: #fff;
	 background-repeat: no-repeat;
	 border-radius: 6px;
	 border: solid 2px #85BD6B;
	 height: 136px;
	 width: 320px;
	 padding: 10px;
 }


 .testimonial p{
	 text-align: center;
 }

 .testimonial img.foto{
	 margin-left: 130px;
	 float:left;
	 margin-top: 15px;
 }

 .nombre{margin-top: 15px; font-size: 13px;}
 .nombre span{
	 font-style: italic;
	 color: #85BD6B;
 }

 input, textarea{
	 margin-bottom: 30px;
	 max-width: 410px;
	 width: 100%;
	 height: 20px;
	 border-radius: 3px;
	 background: #e7e7e7;
	 border: solid 1px #444;
 }

 textarea{
	 height: 150px;
	 width: 960px !important;
 }

.footer{
   padding: 20px 300px;
   border: none !important;
   background-color: #85BD6B !important;
   color: #fff !important;
   overflow:hidden;
   font-size: 12px;
}
.footer a{
   color: #fff !important;
   text-transform: none !important;
}
.footer .rightside{
    margin-left: 250px !important;
}

.mapa{
  float: left;
  margin-right: 30px;
}

input[type="submit"]{
	height: 50px;
	width: 300px;
	color: #fff;
	background: #85BD6B;
	
}
.langs{
	position: absolute;
	right: 10px;
}
.langs img{
	padding: 10px;
}