/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
body {
    height: 100%;
}

body {
	padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	color: #333;
	background-color: #eee;
	font-family: 'robotolight';
}

.img-portfolio {
    margin-bottom: 30px;
}

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

/* Home Page Carousel */

header.carousel {
    height: 80%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.ingresodatosprinc {
	border: medium solid #666;
	height: 37px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #333;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ingresoarea {
	border: medium solid #666;
	height: 74px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #333;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.producto {
	position: relative;
	width:100%;
	padding-bottom: 20px;
}

.descrip-prod {
	position: absolute;
	left: 10%;
	top: 60%;
	background-color:#e63938;
	float: left;
	width: 90%;
	border-radius: 35px 0px 0px 35px;
	-moz-border-radius: 35px 0px 0px 35px;
	-webkit-border-radius: 35px 0px 0px 35px;
	border: 0px solid #e63938;
	color: #fff;
	-webkit-box-shadow: -2px -5px 5px -1px rgba(0,0,0,0.67);
	-moz-box-shadow: -2px -5px 5px -1px rgba(0,0,0,0.67);
	box-shadow: -2px -5px 5px -1px rgba(0,0,0,0.67);
}
#calendar {
}
#calendar caption {
	text-align:center;
	padding:5px 10px;
	background-color:#f00;
	color:#fff;
	font-weight:bold;
}
#calendar th {
	text-align:center;
	background-color:#ffb300;
	color:#333;
	width:60px;
}
#calendar td {
	text-align:center;
	padding:2px 5px;
	background-color:#eee;
	color: #333;
}
#calendar .hoy {
	background-color:#fc9;
	color:#fff;
}
#calendar :hover {
	background-color:#f00;
	color: #fff;
}

/* Footer Styles */

.footer-left {
	float: left;
	width: 85%;
	padding-left: 30px;
	padding-bottom: 5px;
}
.footer {
	padding-top: 5px;
	float: left;
	width: 15%;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.footer-left {
		float: left;
		width: 70%;
	}
	.footer {
		float: left;
		width: 20%;
	}
}
@media(max-width:600px) {
	.footer-left {
		float: left;
		width: 60%;
	}
	.footer {
		float: left;
		width: 30%;
	}
	
}
@media(max-width:500px) {
	.footer-left {
		float: left;
		width: 30%;
	}
	.footer {
		float: left;
		width: 50%;
	}
	
}