/* 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;
}

/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	margin:0; padding:0;
	font-size:14px;
	color:#636363;
}
strong {
	font-weight:700;
}
.ancho {
	width:940px;
	margin:0 auto;
}
#logos {
	padding:25px 0;
}
#lema {
	background-image:url(../img/fondo.jpg);
	height:131px;
	background-position:center;
}
#lema .texto {
	font-family: 'Raleway', sans-serif;
	font-size:2.35em;
	line-height:120%;
	color:#fff;
	font-weight:100;
	padding:27px 0;
}
#lema .texto span {
	font-weight:400;
}
.contenido {
	padding:60px 0 90px 0;
	line-height:150%;
	text-align:justify;
}
.contenido h2 {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:700;
	color:#010101;
	margin-bottom:25px;
}
.contenido p img {
	float:left;
	margin:0 35px 35px 0;
}
.premiados {
	clear:both; margin-top:50px; border-top:1px dotted #eeeeee; padding-top:45px;
}
.grupo-primero {
	width:48%; float:left; padding-right:2%;
}
.grupo-segundo {
	width:48%; float:left; padding-left:2%;
}
.contenido .premiados ul {
	margin-bottom:50px;
}
.contenido .premiados li {
	margin-bottom:10px;
}
#bandagris {
	background-color:#f1f1f1; clear:both; height:225px;
}
.carruselfotos {
	padding:50px 0;
}
#pie {
	background-color:#232d37;
	padding:60px 0;
}
#pie .texto {
	float:right;
	color:#dddddd;
	font-size:1.3em;
	width:88%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding:5px 0;
}
.margenlogo {
	margin-right:45px;
}
.limpia {
	clear:both;
}
.flotaderecha {
	float:right;
}

.botonagradecimiento {
  background-image: url("../img/agradecimiento.jpg");
  border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 150%;
  margin-top: 10px;
  padding: 19px 0 19px 96px;
  text-align: left;
  text-decoration: none;
  width: 37.8%;
}
span.botonagradecimiento {
	width:357px;
	padding:15px 0 15px 96px;
	font-size:1.6em;
	margin-bottom:25px;
	float:none;
	background-image: url("../img/agradecimiento2.jpg");
}
.grupo-segundo img {
	margin:0px !important;
	float:none !important;
	margin-bottom:25px !important;
}
blockquote {
	padding:15px;
	background-image:url(../img/fondomensaje.jpg);
	background-repeat:repeat-y;
	color:#fff;
	border-radius: 10px;
	margin-bottom:10px;
}
blockquote p {
	margin-bottom:10px;
}
.premiados2 {
	margin-top:0; border-top:0; padding-top:0;
}