body{
	font-family: 'Roboto', sans-serif;
}

.contenedor{
	width: 960px;
    margin: auto;
}

.set-bg-purple{
	background-color: #d62a47;
}

.set-bg-brown{
	background-color: #cd9f4e;
}

.padding-top-bot-10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-top-bot-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-bottom-40{
	padding-bottom: 40px;
}

.pad-top-5{
	padding-top: 5px;
}

.menu-top{
	float: right;
	margin: 0px;
	padding: 0px;
}

.menu-top li{
	float: left;
	list-style: none;
}

.menu-top li a{
	color: #000;
}

.menu-top li a:hover{
	color: #FFF;
}

.menu-stripe.menu-top{
	margin-top: 8px;
    margin-bottom: 8px;
}

.menu-stripe.menu-top li{
	
}

.menu-social li a{
	padding-right: 5px;
	padding-left: 5px;
}

.menu-stripe.menu-top li a{
	font-weight: 500;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 2px solid #000;
}

.menu-stripe.menu-top li:first-child  a{
	border-left: 0px solid #000;
}

.marg-top-50{
	margin-top: 50px;
}

.marg-top-30{
	margin-top: 30px;
}

.marg-top-10{
	margin-top: 10px;
}

.marg-top-20{
	margin-top: 20px;
}

.slider-bg{
	background-position: center;
    background-size: cover;
}

.home-slider{
	height: 57vh;
    
}

.products-slider{
	height: 20vh;
}

.border-footer{
	border-top: 2px solid #826532;
}

.footer-cont{
	font-size: 12px;
	color:#6d5120;
}


.footer-menu.menu-top li a{
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #6d5120;
	color:#6d5120;
}

.footer-menu.menu-top li:first-child  a{
	border-left: 0px solid #000;
}


.p-home{
	font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
}

.set-color-purple{
	color:#d62a47;
}

.set-color-lbrown{
	color: #5f3815;
}

.hr-brown-color{
	border-top: 3px solid #cd9f4e;
}

.min-p-h{
	min-height: 202px;
}

.hryellow{
	border-color: #cd9f4e;
}

.img-bowl{
	position: absolute;
    top: -30px;
}

.linkp{
	color: #d62a47;
}

.tbhead{
	color: #b7a492;
	font-size: 16px;
}

.nombrep{
	font-size: 16px;
	font-weight: bold;
}

.table-set-brd{
	border-color: #eeeae5;
	border:2px;
}


.table-set-brd tr td:nth-child(2){
	border-right: 2px solid #eeeae5;
	border-left: 2px solid #eeeae5;

}



.table-set-brd tr:nth-child(2) td{
	border-top:0px;
}

.table-set-brd tr td:nth-child(2){
	border-right: 2px solid #eeeae5;
	border-left: 2px solid #eeeae5;

}

.table-set-brd tr td{
	vertical-align: middle !important;
}

.table-set-brd tr:nth-child(1) td{
	border:0px;
}

.set-bg-img-spig{
	background-image: url('../images/PAGASA-bottombg.png');
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.contenedor{
		width: 100%
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.navbar-brand{
		padding: 10px 15px;
	}

	.navbar{
		margin-bottom: 0px;
	}
	.home-slider {
	    height: 20vh;
	}

	.min-p-h{
		min-height: inherit;
	}

	.img-xs-center{
		text-align: center;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}