/* CSS Document */
/* Regular */
@font-face {
    font-family: 'Open Sans';
    
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}
/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 200;
    font-style: normal;

}
/* Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;

}
body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	color: rgb(165, 165, 165);
	padding-top: 50px;
}
html {
	height: 100%;
	width: 100%;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: 'Open Sans';
}
section h2 {
	color: #35393C;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 75px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
.navbar {
	margin-bottom: 0px;
} 
.navbar-text{
	color: rgb(136, 183, 62) !important;
}
/*Slider*/
#slider {
	background-image: url(../img/slider.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #88C25C;
	color: #FFF;
	font-family: 'Open Sans';
	height: 450px;
	overflow: hidden;
}
#slider h3 {
	line-height: 1.4em;
}
/*Planes*/
#planes {
	display:block;
}
#planes .packageHeader {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 120px;
	margin-top: 42px;
	color: #6D7378;
	text-align: center;
	font-size: 20px;
	line-height: 114px;
	font-weight: 500;	
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	position: relative;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#planes .ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
#planes .ribbon {
  font: 600 10px 'Open Sans';
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px;
  top: 15px;
  width: 120px;
  color: #FFF;
  text-transform: uppercase;
}
#planes .green{
	background: rgb(136,183,62);
}
#planes ul.packageBody{
	list-style-type: none;
	padding: 0;
}
#planes ul.packageBody li{
	line-height: 50px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}
#planes ul.packageBody li.price{
	color: #75A825;
	font-size: 36px;
	font-weight: 600;
	height: 100px;
	padding-top: 15px;
	line-height: normal;
}
#planes ul.packageBody li.price .cycle{
	color: #93999E;
	font-weight: 200;
	font-size: 10px;
	width: 100%;
	float: left;
}
#planes ul.packageBody li.last{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	height: 75px;
	line-height: 75px;
}
#planes ul.packageBody li.last a.order{
	height: 30px;
	padding: 10px 20px 10px 20px;
	font-size: 11px;
	color: #FFF;
	background: rgb(136,183,62); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(136,183,62) 0%, rgb(105,158,22) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(136,183,62)), color-stop(100%,rgb(105,158,22))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(136,183,62) 0%,rgb(105,158,22) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(136,183,62) 0%,rgb(105,158,22) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(136,183,62) 0%,rgb(105,158,22) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(136,183,62) 0%,rgb(105,158,22) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b73e', endColorstr='#699e16',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
#planes ul.packageBody li.last a.order:hover{
	text-decoration: underline;
}
/*Servicios*/
#servicios {
	background-image: url(../img/servicios.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E9E9E9;
}
/*Videos*/
#video {
	background-color: #690;
	color: #FFF;
}
#video h2{
	color: #FFF;
}
#video a, #video a:hover {
	color: #FF9;
	font-weight: 700;
}
/*webmail*/
#webmail {}
/*contacto*/
#contacto {
	background-color: #666;
	border-bottom-color: rgb(136,183,62);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	color: #ccc;
}
