
body{
	margin:0;
	background-repeat:no-repeat;
	/*background: url(../img/back3.jpg) center center fixed;*/
	/*font-family: 'Proza Libre', sans-serif;*/
	font-family: 'PT Sans', sans-serif;
	font-size: 20px !important;
}

h2{
	font-size: 22px !important;
}
.container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.logo{
	max-width: 35%;
	margin-top: 5px;
	margin-bottom: 5px;
	/*margin-left: auto;
	margin-right: auto;*/
}
.logo img{
	width: 100%;
}
.text-menu{
	color: white;
	font-weight: bolder;
	/*text-transform: uppercase;*/
}

.navbar{
	margin-bottom: 5px;
}

.carrusel{
	margin-bottom: 5px;
}

.navbar-inverse{
	background-color: #fff;
	border-color: none;
}

.navbar-inverse .navbar-nav > li > a{
	color:#e4007c;
	font-weight: bold;
}

.navbar .navbar-brand{
	color: #333;
}

.nav li a{
	color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle{
	float:none;
	margin-right: 43%;
	margin-left: 43%;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

.tablaProds{
	background-color: white;
}

.listado{
	/*background-color: #999;*/
}

@media screen and (max-width: 768px){
	.listado h2{
		font-size: 18px !important;
		line-height: 1;
	}

	.listado h3{
		font-size: 14px !important;
		line-height: 1;
	}
}

.listado ol{
	list-style-type: none;
}

.descripcion{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumb img{
	margin: 3px;
	max-width: 100%;

}

.detail{
	max-width: 100%;	
}