/* CSS Document */
/* Global properties home ======================================================== */
html, body 
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	
	background: #ffffff; /* Old browsers */
	
	/*background: -moz-linear-gradient(top, #ffffff 60%, #1c96d7 70%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #ffffff 60%,#1c96d7 70%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #ffffff 60%,#1c96d7 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1c96d7',GradientType=0 ); /* IE6-9 */

}

/* Global properties pages ======================================================== */
html, body.body-pages 
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	background: #ffffff; /* Old browsers */
}


div.main
{
	width: 92%;
	height: auto;
	background-color: #1c96d7;
	margin-left: 4%;
	margin-right: 4%;
	
	background: #ffffff; /* Old browsers */
	/*background: -moz-linear-gradient(top, #ffffff 60%, #1c96d7 70%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #ffffff 60%,#1c96d7 70%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #ffffff 60%,#1c96d7 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1c96d7',GradientType=0 ); /* IE6-9 */
}

div.main-pages
{
	width: 92%;
	background-color: #1c96d7;
	margin-left: 4%;
	margin-right: 4%;
	background: #ffffff; /* Old browsers */
}

#header
{
	background-color: #2b5aa4;
	border-radius: 10px;
	height: auto;
	width: 100%;
	margin-top: 1.5%;
	display:inline-block;
	
}

#logo
{
	width: 19.32%;
	max-width: 200px;
	height: auto;
	display:inline-block;
	float:left;
	margin-left: 8%;
	margin-top: 1%;
	padding-bottom: 3%;
	
}

img{
	
	width: 100%;
	height: auto;
}


#title
{
	width: auto;
	margin-top: 4%;
	margin-right: 10%;
	margin-bottom: 0%;
	text-align: center;
	font-family: 'Fredoka One', cursive;
	font-size: 65px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}

span.registrado
{
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	vertical-align: baseline;
}

h2.subTitulo{
	
	margin-top: 1%;
	margin-right: 10%;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	color: #6CF;
	text-align: center;
}

#fecha{
	margin-top: 1%;
	margin-bottom: 3%;
	margin-right: 10%;
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;
	color: #6CF;
	font-weight: normal;
	text-align: center;
}


#nav
{
	background-color: #2b5aa4;
	border-radius: 10px;
	width: 100%;
	/*margin-left: 8%;
	margin-right: 8%;*/
	margin-top: 1.2%;
	height: auto;
	display: inline-block;
	background-repeat: repeat-x;
}

/*============== slider ============== */

#fondoSlider{
	
	width: 90%;
	height: auto;
	background-image: url(../images/slider-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 4%;
	padding-top: 4.5%;
	display: block;	
	
}

.slider
{
	position: relative;
	width:90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 4%;
	
}

img{
	
	width: 100%;
	height: auto;
}

#ribbon-slider
{
	position:absolute;
	top:-5px;
	right: 13px;
	margin-right: 1px;
	z-index:10;
	width: 12%;
}

/*===================== Main Content ========================*/

div.section
{
	width: 100%;
	/*margin-left: 8%;
	margin-right: 8%;*/
	margin-top: 1.2%;
	margin-bottom: 1.5%;
	padding: 2%;
	/*background-color: #15214F;*/
	background-color: #06275a;
	border-radius: 10px;
}

div.section-head
{
	margin-bottom: 2%;
}

.ProgresoSlider {
  position: absolute;
  width: 77%;
  height: 1%;
  background-color: #ddd;
  left: 0;
  top: 0.8px;
}

.barra {
  position: absolute;
  width: 1.5%;
  height: 100%;
  background-color: #6CF;
  z-index: 100;
}

div.section-content
{
	padding-top: 0.5%;
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
	margin-top: 1%;
	border-radius: 20px;
	/*border: medium solid #FFF;*/
}

div.content-bottom
{
	margin-top: 1.3%;
	margin-bottom: 2%;
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
}

div.bloque1{
	float:left;
	text-align: center;
	display:inline-block;
	width: 32.46%;
	height: 100%;
	padding: 2%;
	background-color: #F60;
	border-radius: 8px;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
	box-sizing: border-box;
	
}

div.bloque3{
	float:left;
	text-align: center;
	display: inline-block;
	width: 32.46%;
	height: 100%;
	padding: 2%;
	background-color: #3C6;
	border-radius: 8px;
	margin-left: 1.3%;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
	box-sizing: border-box;
}

div.bloque2{
	text-align: center;
	display: inline-block;
	width: 32.46%;
	height: 100%;
	padding: 2%;
	background-color: #F30;
	border-radius: 8px;
	margin-left: 1.3%;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
	box-sizing: border-box;
	
}


h2.titulo-bloque
{
	font-size:35px;
	color: #FFF;
	font-weight:bold;
	font-family: 'Cabin Sketch', cursive;
	letter-spacing:-1px;
	text-align: center;
	margin-bottom: 4%;
	border-radius: 8px;
	padding: 2%;
}

.B1
{
	background-color: #C60;
}

.B3
{
	background-color: #396;
}

.B2
{
	background-color: #C30;
}

p.parrafo-bloque
{
	text-align: center;
	font-family:'Quicksand', sans-serif;
	font-size: 12px;
	color: #FFF;
	
}

.google-maps
{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	border-radius: 5px;
	overflow: scroll;
}

#map
{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	border-radius: 5px;
}

#map iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.bloque1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-sizing: border-box;
}

.bloque3 iframe {
	width: 100%;
	height: 29%;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-sizing: border-box;
}

.bloque2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-sizing: border-box;
}

span.Pikikos
{
	color: #09F;	
}

span.Experiencia
{
	color: #F00;
}

h2.titulo-Section
{
	font-size:45px; 
	color:#fff; 
	font-weight:bold; 
	font-family: 'Cabin Sketch', cursive; 
	letter-spacing:-1px;
	text-align:center;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	
}

#Titulo-content
{

}

h2.titulo-content
{
	font-size:35px;
	color:#00ae35;
	font-weight:bold;
	font-family: 'Cabin Sketch', cursive;
	margin-left: 6%;
	margin-bottom: 0.5%;
}

div.titulo-content
{
	margin:auto;
	text-align: center;	
}

hr
{
	
}

p.subSection
{
	padding-top: 1%;
	margin-left: 6%;
	margin-right: 6%;
	font-size:20px;
	color:#fff;
	/*text-align:center;*/
	font-family: 'Cabin Sketch', cursive;
	text-align: justify;
}

div.testimonialshow
{
	position: relative;
	background-color:#398CFF;
	border-radius: 8px;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}

div.test-text
{
	
	position: relative;
	padding-bottom: 15%;
	height: 0;
	overflow: hidden;
	background-color: #74aeff;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	border-radius: 5px;
}

p.testimon
{
	padding: 2%;
	color:#FFF;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-style: italic;	
}

#testimonial-name
{
	position: absolute;
	background-color: #FFF;
	color:#000;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	margin-left: 60%;
	margin-right: 20%;
	width: 20%;
	top: 60%;
	z-index: 10;
	padding: 1%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	border-radius: 5px;
}

p.testimonial-subname
{
	color:#999;
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
}

a.test-next, a.test-prev
{
	cursor: pointer;
	position: relative;
	width: auto;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	z-index: 100;
	background-color: #ACACAC;
	padding: 1.5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	display:inline-block;
	border-radius: 5px;
}

a.test-prev
{
	margin-left: 15%;
	margin-top:1%;
}

a.test-next
{
	margin-left: 1%;
	margin-top:1%;
}

#link-testimon
{
	color: #ffcc66;
	font-size:12px;
	text-decoration: none;
}

#link-testimon:hover
{
	color: #CCC;
}

i.fa-quote-left
{
	color: #FF0;
}

/* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}*/


/*=============News Section ==================*/

div.section-news
{
	margin-top: 1.5%;
	border: 1px solid #ccc;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 1%;
	background-color: #FFF;
}

#head-news
{
	position: relative;
	height: auto;
	width: 97%;
	display:inline-block;
	background-color: #FFF;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	vertical-align: middle;
	margin-right: 1.5%;
	margin-left: 1.5%;	
}

#titulo-news
{
	float:left;
	font-family: 'Cabin Sketch', cursive;
	font-size: 50px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	/*margin-left: 8%;*/
	margin-top: 4%;
	margin-bottom: 3%;
	margin-left: 20%;
	text-decoration: underline;
}

#subtitulo-news
{
	
	
}

#logo-news
{
	max-width: 150px;
	width: 22%;
	height: auto;
	display:inline-block;
	margin-top: 0.3%;
	margin-right: 20%;
	float: right;
	
}

#fecha-news
{
	position: absolute;
	vertical-align: text-bottom;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	
	color: #333;
	float:left;
	margin-top: -1.5%;
	bottom: 0px;
	left: 0px;
	margin-left: 3%;
}

#news-body
{
	position: relative;
	margin-top: 0%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 1%;
	background-color: #FFF;
	border: 1px solid #ccc;
	
}

#news-bullets
{
	position: relative;
	width: 96%;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-left:2%;
	margin-right:2%;
}

.dot
{
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

#prev, #next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  color: #999;
  font-weight: bold;
  font-size: 28px;
  z-index: 10;
  margin-top: -1%;
}

#next {
  
  right: 0px;
}

#prev {
  
  left: 0px;
}

#prev:hover, #next:hover {
  color: #717171;
}

#news-columns
{
	position: relative;
	width: 96%;
	/*column-gap: 15px;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	-webkit-column-fill: auto; /* Chrome, Safari, Opera */
	/*-moz-column-fill: auto; /* Firefox */
	/*column-fill: auto;*/
	padding-left: 3%;
	padding-right: 3%;
	/*background-image: url(../images/pattern.png);*/
	/*background-repeat: repeat;*/	
	border-radius: 8px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

#pagination
{
	font-family: 'Cabin Sketch', cursive;
	font-size: 18px;
}

#pagination-div
{
	text-align:center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	
}

div.post
{
	max-height: 100%;
	/*width: 100%;*/
	width: 315px;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	/*background-color: #FEFEFE;*/
	/*box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);*/
	border-radius: 20px;
	border: 1px solid #e6e6e6;
	height:auto;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: auto;
	vertical-align:top;
}

div.post-img img
{
	max-width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	max-height: 250px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

div.post-img:hover
{
	opacity: 0.8;
}

p.post-text
{
	position: relative;
	/*font: 12px/18px Arial, sans-serif;*/
	color: #595959;
	margin: 22px;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top: 1px solid #e6e6e6;
	font-family: "Dosis", sans-serif;
	
}

p.noticia-text
{
	position: relative;
	/*font: 12px/18px Arial, sans-serif;*/
	color: #595959;
	margin: 10px;
	margin-top:5px;
	font-family: 'Dosis', sans-serif;
	display: inline-block;
	text-align: justify;
}

div.contenido-noticia::first-letter
{
	font-size: 250%;
	color: #000;
	text-transform:uppercase;
}

div.contenido-noticia
{
	display:inline-block;
	-webkit-columns: 2 400px;
	-webkit-column-gap: 60px;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-columns: 2 400px;
	-moz-column-gap: 60px;
	-moz-column-rule: 1px dotted #ddd;
	columns: 2 400px;
	column-gap: 60px;
	column-rule: 1px dotted #ddd;
	width:100%;
	padding: 20px;
	padding-top: 15px;
	
	color: #595959;
	font-family: 'Dosis', sans-serif;
	text-align: justify;
	
}

p.pie
{
	font-size: 10px;
	color: #777;
	margin: 18px;
}

h4.titulo-post
{
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	color: #56509f;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	/*font-family: "Dosis", sans-serif;*/
}

h4.titulo-post:hover
{
	color: #337ab7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

h4.titulo-noticia
{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #56509f;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	/*font-family: "Dosis", sans-serif;*/
	text-align: center;
	-webkit-columns: 1 400px;
	-webkit-column-gap: 60px;
	-moz-columns: 1 400px;
	-moz-column-gap: 60px;
	columns: 1 400px;
	column-gap: 60px;
}


div.date-ribbon
{
	position: absolute;
	background-color:#62abf5;
	opacity: 1;
	height: 50px;
	width: 18%;
	top: 8px;
	left: 8px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color:#FFF;
	border-radius: 8px;
}


.date-ribbon.azul
{
	background-color:#62abf5;
}

.date-ribbon.verde
{
	background-color:#95cc47;
}

.date-ribbon.naranja
{
	background-color:#ffaf40;
}

.date-ribbon.morado
{
	background-color:#8559C6;
}

span.dia
{
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
}

div.date-ribbon img
{
	border-top-right-radius: 13px;
}

p.date-r
{
	margin-top: 5px;;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color:#FFF;
}


#news-archive
{
	display: block;
	margin: auto;
	margin-top: 15px;
	/*float: right;*/
	float: none;
	width: 24%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 1%;
	padding-right: 2%;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-indent: 20px;
}

#titulo-archive
{
	font-family: 'Cabin Sketch', cursive;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	text-align: center;
		
}

p.archivo_mes
{
	font-family: "Dosis", sans-serif;
	font-size: 18px;
}

/*===================== Footer section ======================*/

#footer
{
	width: 100%;
	height: auto;
	background-color: #2b5aa4;
	border-radius: 10px;
	margin-top: 1.2%;
	margin-bottom: 1.2%;
	padding: 5%;
	padding-top: 1.5%;
	padding-bottom:1%;
	text-align: center;
	
}

.h3footer
{
	padding-bottom: 1%;
	margin-bottom: 0.5%;
	font-family:'Quicksand', sans-serif;
	color: #FFF;
	font-size: 16px;
	border-bottom: dashed thin #FFF;
}

.h4footer
{
	font-family:'Quicksand', sans-serif;
	color: #FFF;
	font-size: 12px;
}

.diseño
{
	margin-top: 1%;
	border-top:solid thin #FFF;
	margin-left: 30%;
	margin-right: 30%;
	padding-top: 0.5%;
}


/*=====================Responsive Styles===================*/

@media only screen and (max-width: 1050px) 
{

/*===HEADING===*/
	h2.subTitulo
	{
		font-size: 14px;
	}

	#fecha
	{
	font-size: 12px;
	}
		
	#title
	{
		margin-right: 5%;
		font-size: 55px;
	}
	
	#logo
	{
		width: 20%;
		padding-bottom: 5%;
	}
	
	h2.titulo-Section
	{
		font-size:35px; 
	}
	
	
	h2.titulo-content
	{
		font-size:26px;
		
	}
	
	p.subSection
	{
		font-size:18px;
	}
	
	/*======Testimonials ====*/
	
	div.test-text
	{
		padding-bottom: 20%;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	
	p.testimon
	{
		padding: 2.5%;
		font-size: 13px;
	}
	
	#testimonial-name
	{
		font-size: 12px;
		padding: 0.8%;
		margin-left: 60%;
		margin-right: 20%;
		top: 65%;
	}
	
	p.testimonial-subname
	{
		font-size: 10px;
	}
	
	a.test-next,a.test-prev
	{
		font-size: 28px;
		padding: 1.5%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
	}
	
	#link-testimon
	{
		font-size:10px;
	}
		
}

@media only screen and (max-width: 810px) 
{

/*===HEADING===*/
	h2.subTitulo
	{
		font-size: 12px;
		margin-right: 8%;
	}

	#fecha
	{
		font-size: 12px;
		margin-right: 8%;
	}
		
	#title
	{
		margin-right: 5%;
		font-size: 45px;
	}
	
	#logo
	{
		width: 20%;
		padding-bottom: 8%;
	}
	
	h2.titulo-Section
	{
		font-size:28px; 
	}
	
	
	h2.titulo-content
	{
		font-size:25px;
		
	}
	
	p.subSection
	{
		font-size:16px;
	}
	
	/*======Testimonials ====*/
	
	div.test-text
	{
		padding-bottom: 27%;
		width: 74%;
		margin-left: 13%;
		margin-right: 13%;
	}
	
	p.testimon
	{
		padding: 3%;
		font-size: 12px;
	}
	
	#testimonial-name
	{
		font-size: 11px;
		padding: 0.8%;
		margin-left: 55%;
		margin-right: 20%;
		width: 25%;
		top: 70%;
	}
	
	p.testimonial-subname
	{
		font-size: 9px;
	}
	
	a.test-next,a.test-prev
	{
		font-size: 25px;
		padding: 1.5%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
	}
	
	#link-testimon
	{
		font-size:10px;
	}
	
	a.test-prev
	{
		margin-left: 14%;
	}
	
	a.test-next
	{
		margin-left: 1%;
	}
	
}

@media only screen and (max-width: 650px) 
{
	div.main
	{
		width: 96%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	/*===HEADING===*/
	h2.subTitulo
	{
		font-size: 10px;
	}

	#fecha
	{
		font-size: 8px;
		margin-top: 0%;
		margin-right: 5%;
	}
		
	#title
	{
		margin-right: 5%;
		font-size: 38px;
		margin-right: 5%;
	}
	
	#logo
	{
		width: 20%;
		padding-bottom: 10%;
		margin-left: 5%;
	}
	
	h2.titulo-Section
	{
		font-size:26px; 
	}
	
	
	h2.titulo-content
	{
		font-size:24px;
		
	}
	
	p.subSection
	{
		font-size:15px;
	}
	
	/*======Testimonials ====*/
	
	div.test-text
	{
		padding-bottom: 28%;
		width: 78%;
		margin-left: 11%;
		margin-right: 11%;
		border-radius: 5px;
	}
	
	p.testimon
	{
		padding: 3%;
		font-size: 11px;
	}
	
	#testimonial-name
	{
		font-size: 10px;
		padding: 0.8%;
		margin-left: 55%;
		margin-right: 20%;
		margin-top: -2.5%;
		border-radius: 5px;
	}
	
	p.testimonial-subname
	{
		font-size: 9px;
	}
	
	a.test-next,a.test-prev
	{
		font-size: 24px;
		padding: 1.5%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		border-radius: 5px;
	}
	
	#link-testimon
	{
		font-size:10px;
	}
	
	a.test-prev
	{
		margin-left: 11%;
	}
	
	a.test-next
	{
		margin-left: 1%;
	}
	
	#news-columns
	{
		width: 96%;
		padding-left: 1%;
		padding-right: 1%;
		
	}
	
	.post
	{
		width: 350px;
		
	}
	
	div.contenido-noticia
	{
		padding: 16px;
		padding-top: 15px;
		
	}
	
}

@media only screen and (max-width: 600px) 
{
	
	div.main
	{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	div.main-pages
	{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#header
	{
		border-bottom-width: 1px;
		margin-top: 2%;
	}
	
	h2.subTitulo
	{
		font-size: 11px;
		margin-right: 3%;
	}

	#fecha
	{
	font-size: 8px;
	margin-top: 0.2%;
		margin-right: 3%;
	}
		
	#title
	{
		margin-right: 2%;
		font-size: 38px;
	}
	
	#logo
	{
		width: 20%;
		margin-left: 2.5%;
		margin-right: 1.5%;
		padding-bottom: 10%;
	}
	
	span.registrado
	{
		font-size: 12px;
	}
		
	#fondoSlider
	{
	
		width: 100%;
		background-image: none;
		margin-left: 0%;
		margin-right: 0%;
	}

	.slider
	{
		position: relative;
		width:100%;
		margin-left: 0%;
		margin-right: 0%;
	
	}
	
	#ribbon-slider
	{
		width: 25%;
		right: -3px;
	}
	
	#news-archive
	{
		float: none;
		width: 100%;
	}
	
	h2.titulo-Section
	{
		font-size:28px; 
	}
	
	
	h2.titulo-content
	{
		font-size:25px;
		
	}
	
	#Titulo-content
	{
		margin-left: 4%;
		margin-top: 4%;
	}
	
	p.subSection
	{
		font-size:16px;
	}
	
	div.section-content
	{
		margin-left: 3%;
		margin-right: 3%;
	}
	
	div.content-bottom
	{
		margin-left: 3%;
		margin-right: 3%;
	}
	
	h2.titulo-bloque
	{
		font-size:20px;
		margin-bottom: 1%;
	}


	#news-columns
	{
		width: 96%;
		padding-left: 1%;
		padding-right: 1%;
		
	}
	
	.post
	{
		width: 150px;
		
	}
	
	.post p
	{
		padding: 5px;
		margin-top: 0px;
	}
	
	p.post-text
	{
		position: relative;
		font-size: 16px;
		margin: 16px;
		margin-top: 4px;
		padding-top: 4px;
		text-align: left;
	}
	
	h4.titulo-post
	{
		padding-top: 8px;
		padding-bottom: -10px;
		padding-left: 20px;
		font-size: 18px;
	}
	
	#pagination-div
	{
		text-align:center;
		width: 100%;
	}
	
	#news-bullets
	{
		width: 100%;
	}
	
	#titulo-news
	{
		font-size: 32px;
	}
	
	#titulo-news
	{
		margin-left: 8%;
	}
	
	#logo-news
	{
		margin-right: 8%;
	}
	
	#head-news
	{
		border-top-width: 5px;
		border-bottom-width: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.post-img img
	{
		max-height: 200px;
	}

	
	div.content-bottom
	{
		margin-top: 5%;
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	
	div.section-content
	{
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	
	div.bloque1, div.bloque2, div.bloque3
	{
		float: none;
		display: block;
		width: 90%;
		margin-top: 2%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.h3footer
	{
		font-size: 13px;
	}
	
	.h4footer
	{
		font-size: 10px;
	}
	
	.diseño
	{
		margin-left: 25%;
		margin-right: 25%;
	}
	
	/*======Testimonials ====*/
	
	div.test-text
	{
		padding-bottom: 38%;
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		border-radius: 5px;
	}
	
	p.testimon
	{
		padding: 3%;
		font-size: 11px;
	}
	
	#testimonial-name
	{
		font-size: 10px;
		padding: 1.5%;
		margin-left: 55%;
		margin-right: 10%;
		width: 35%;
		top: 75%;
		border-radius: 5px;
	}
	
	p.testimonial-subname
	{
		font-size: 9px;
	}
	
	a.test-next,a.test-prev
	{
		font-size: 25px;
		padding: 2.5%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		border-radius: 5px;
	}
	
	#link-testimon
	{
		font-size:10px;
	}
	
	a.test-prev
	{
		margin-left: 4%;
	}
	
	a.test-next
	{
		margin-left: 2%;
	}
	
	#news-columns
	{
		width: 98%;
		padding-left: 2%;
		padding-right: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	div.contenido-noticia
	{
		padding: 10px;
		padding-top: 10px;
		
	}
}

@media only screen and (max-width: 410px) 
{
	
	div.main
	{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	div.main-pages
	{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#header
	{
		border-bottom-width: 1px;
		margin-top: 2%;
	}
	
	h2.subTitulo
	{
		font-size: 8px;
		margin-right: 2%;
	}

	#fecha
	{
	font-size: 6px;
	}
		
	#title
	{
		margin-top: 3%;
		margin-right: 2%;
		font-size: 28px;
	}
	
	#logo
	{
		width: 22%;
		margin-left: 2.5%;
		margin-right: 1.5%;
		padding-bottom: 8%;
	}
	
	span.registrado
	{
		font-size: 12px;
	}
	
	#nav
	{
		margin-top: 3%;
	}
		
	#fondoSlider
	{
	
		width: 100%;
		background-image: none;
		margin-left: 0%;
		margin-right: 0%;
	}

	.slider
	{
		position: relative;
		width:100%;
		margin-left: 0%;
		margin-right: 0%;
	
	}
	
	#ribbon-slider
	{
		width: 25%;
		right: -3px;
	}
	
	#news-archive
	{
		float: none;
		width: 100%;
	}
	
	div.section
	{
		margin-top: 3%;
		margin-bottom: 2.5%;
	}
	
	h2.titulo-Section
	{
		font-size: 26px; 
	}
	
	
	h2.titulo-content
	{
		font-size:24px;
		margin-left: 2%;
		margin-top: 4.5%;
		
	}
	
	#Titulo-content
	{
		margin-left: 3%;
		margin-top: 6%;
	}
	
	p.subSection
	{
		font-size:15px;
	}
	
	div.section-content
	{
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	div.content-bottom
	{
		margin-left: 3%;
		margin-right: 3%;
	}
	
	h2.titulo-bloque
	{
		font-size:20px;
		margin-bottom: 1%;
	}
	
	div.section-news
	{
		margin-top: 4%;
	}


	#news-columns
	{
		width: 98%;
		margin-left:1%;
		margin-right:1%;
		padding-left: 0%;
		padding-right: 0%;
	}
	
	#pagination-div
	{
		text-align:center;
		width: 100%;
	}
	
	#news-bullets
	{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 4%;
	}
	
	#prev, #next 
	{	
	  margin-top: -3%;
	  font-size: 24px;
	}
	
	#titulo-news
	{
		font-size: 30px;
		margin-left: 6%;
	}
	
	#fecha-news
	{
		font-size: 11px;
	}
	
	#logo-news
	{
		margin-right: 6%;
	}
	
	#head-news
	{
		border-top-width: 5px;
		border-bottom-width: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.post-img img
	{
		max-height: 250px;
		
	}
	
	.dot
	{
	  height: 10px;
	  width: 10px;
	}
		
	p.post-text
	{
		position: relative;
		font-size: 16px;
		margin: 16px;
		margin-top: 4px;
		padding-top: 4px;
		text-align: left;
	}
	
	h4.titulo-post
	{
		padding-top: 8px;
		padding-bottom: -10px;
		padding-left: 20px;
		font-size: 18px;
	}
	
	.post
	{
		width: 315px;;
		
	}
	
	span.dia
	{
		font-size: 16px;
		color: #FFF;
		font-weight: normal;
	}
	
	p.date-r
	{
		font-size: 12px;
	}
	
	div.content-bottom
	{
		margin-top: 5%;
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	
	div.section-content
	{
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	
	div.bloque1, div.bloque2, div.bloque3
	{
		float: none;
		display: block;
		width: 90%;
		margin-top: 2%;
		margin-left: 5%;
		margin-right: 5%;
		padding: 4%;
	}
	
	.google-maps
	{
		padding-bottom: 80%;
	}
	
	p.parrafo-bloque
	{
		font-size: 11px;
	}
	
	#footer
	{
		margin-top: 2.5%;
	}
	
	.h3footer
	{
		font-size: 12px;
	}
	
	.h4footer
	{
		font-size: 9px;
	}
	
	.diseño
	{
		margin-left: 20%;
		margin-right: 20%;
	}
	
	/*======Testimonials ====*/
	
	div.testimonialshow
	{
		margin-bottom: 6.5%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 1%;
	}
	
	div.test-text
	{
		padding-bottom: 67%;
		margin-bottom: 1%;
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	
	p.testimon
	{
		padding: 4%;
		font-size: 11px;
		text-align:justify;
	}
	
	#testimonial-name
	{
		font-size: 11px;
		padding: 1.5%;
		margin-left: 54%;
		margin-right: 6%;
		width: 40%;
		top: 77%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	
	p.testimonial-subname
	{
		font-size: 10px;
	}
	
	a.test-next,a.test-prev
	{
		font-size: 27px;
		padding: 2.8%;
		padding-top: 0%;
		padding-bottom: 0.5%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;

	}
	
	#link-testimon
	{
		font-size:10px;
	}
	
	a.test-prev
	{
		margin-left: 2.5%;;
	}
	
	a.test-next
	{
		margin-left: 5%;
	}
	
	div.contenido-noticia
	{
		padding: 14px;
		padding-top: 10px;
		
	}
	
}