.contacto{
	font-size: 20px;
	text-align: center;
}
.garantia{
	padding-left: 100px;
}
.redes2{
	padding-left: 350px;
	padding-bottom: 20px;

}
.redes{
	padding-bottom: 20px;
}
.white{
	color:white;
}
.white a{
	color:white;
	font-size: 11px;
}
.padding2{
	padding-left: 20px;
}
h3{
	color:#066231;
}
p{
	color:#474E54;
	font-size: 14px;
}
ul{
	color:#474E54;
	font-size: 14px;
}
h2{
	color:#066231;
	font-size: 20px;
	font-weight: lighter;
}
td{
	color:#474E54;
	font-size: 14px;
	font-weight: lighter;
}
.precio{
	color:#066231;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-left: 120px;
}
.nombre{
	position: absolute;
	padding-top: 20px;
	font-size: 14px;
	padding-left: 10px;	
}
.nombre2{
	color:#066231;
}
.nombre3{
	text-align: center !important;
	color:#066231 !important; 
	font-size: 18px !important;
	padding-left: 20%;
}
.nombre4{
	position: absolute;
	color:#066231;
	font-size: 16px;
	padding-left: 10px;
}
.suscripcion{
	padding-top: 25px;
}
.nombre2{
	position: absolute;	
	font-size: 16px;
	padding-left: 10px;	
}
#slideshow{
	padding-top: 10px;
}
html { 
	padding: 0; margin: 0; 
}

body {
	font: 1em/150%  'Open Sans', sans-serif;
	padding: 0; margin: 0;
	background: #ffffff; 
}
a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font:  30px/100% "Open Sans";
	font-weight: lighter;
	margin-bottom: 10px;
	color:#474E54;
}

#topbar {
	width: 100%;
	height: 35px;
	background: black;
	color: white;
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

#topbar p { margin-top: 0px; }

#topbar a { color: orange; }

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
#header {
	height: 60px;
	padding: 0 15px;
}
#content {
	width: 200px;
	float: left;
	padding: 5px 15px;
}
#content2 {
	width: 600px;
	float: left;
	padding: 5px 15px;
}
#content3 {
	width: 850px;
	float: left;
	padding: 5px 15px;
	text-align: justify;
}

#middle {
	width: 450px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 200px;
	padding: 5px 15px;
	float: left;
}
#sidebar2 {
	width: 250px;
	padding: 5px 15px;
	float: left;
}
#footer {
	clear: both;
	padding: 0 15px;
	width:850px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#content2 {
		width: 41%;
		padding: 1% 4%;
	}#content3 {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	#sidebar2 {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	#header, #footer {
		padding: 1% 4%;
	}
}

/* for 800px or less 
@media screen and (max-width: 800px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 49%;
	}
	#content2 {
		width: 49%;
	}
	#middle {
		width: 49%;
		margin: 0px 0px 5px 0px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		width: auto;
		float: none;
	}
	#sidebar2 {
		clear: both;
		width: auto;
		float: none;
	}

}
*/

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	#content2 {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}
	#sidebar2 {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}
	#sidebar2 {
		display: none;
	}

}

/* border & guideline (you can ignore these) */
#content {
	background: #eaf4e2;

}
#content2 {
	
	margin-right: 20px;
}


#header, #content, #middle, #sidebar, #content2, #sidebar2 {
	margin-bottom: 5px;
}

#footer{
	background-color: #474E54;
	padding:10px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 


$breakpoint-alpha: 480px; // adjust to your needs

.rwd-table {
  margin: 1em 0;
  min-width: 650px; // adjust to your needs
  
  tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  
  th {
    display: none; // for accessibility, use a visually hidden method here instead! Thanks, reddit!   
  }
  
  td {
    display: block; 
    
    &:first-child {
      padding-top: .5em;
    }
    &:last-child {
      padding-bottom: .5em;
    }

    &:before {
      content: attr(data-th)": "; // who knew you could do this? The internet, that's who.
      font-weight: bold;

      // optional stuff to make it look nicer
      width: 6.5em; // magic number :( adjust according to your own content
      display: inline-block;
      // end options
      
      @media (min-width: $breakpoint-alpha) {
        display: none;
      }
    }
  }
  
  th, td {
    text-align: left;
    
    @media (min-width: $breakpoint-alpha) {
      display: table-cell;
      padding: .25em .5em;
      
      &:first-child {
        padding-left: 0;
      }
      
      &:last-child {
        padding-right: 0;
      }
    }

  }
  
  
}


// presentational styling

@import 'http://fonts.googleapis.com/css?family=Montserrat:300,400,700';

body {
  padding: 0 2em;
  font-family: Open Sans;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
  background: #eee;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.rwd-table {
  background: #eaf4e2;
  color: #000;
  border-radius: .4em;
  overflow: hidden;
  tr {
    border: none;
  }
  th, td {
    margin: .5em 1em;
    @media (min-width: $breakpoint-alpha) { 
      padding: 1em !important; 
    }
  }
  
}

