body{
	background-color:#fff;
}

section.main.row{
	background-color:#000;
}

section.main.row.detalle{
	background-color:#fff;
}

/*header*/
.navbar {
	margin-bottom: 0px;
	min-height: 30px;
	height: 40px;
}

.navbar-nav>li>a{
padding-top: 8px;
padding-bottom: 8px;
}

.navbar-brand {
padding-top: 8px;
padding-bottom: 8px;	
}

.navbar-form{
margin-top: 5px;
margin-bottom: 0px;	
}

.container {

	padding-left: 1px;
	padding-right: 1px;

}

.jumbotronfoto{
height: 70px;
float: left;

}


.jumbotron {
	background: #1E1067;
	color: #fff;
	padding: 10px 10px;
	margin-bottom: 0px;
	height: 90px;
}

.jumbotron .titulo{
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.jumbotron .subtitulo{
	font-size: 16px;
	}



.form-control{
	width: 82%;

}

/*main*/

.main{
	background: #f2f2f2;
}

article {
	background: #101010;
	color: #fff;	
}

.articleDetalle{
	background: ##101010;
	color: #fff;	
}

.color1{
	background: #34495e;
	color: #fff;
}

aside {
	background: #000;
	/*#6b0000 */
	color: #fff;	
	height: 186px;
}



.container-fluid .foto {
	height: 220px;
	width: 475px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.img-responsive .size{
	height: 356px;
	width: 100%;
}


footer {
	background: #1E1067;
	color: #fff;
}



.mt {
        float: right;
        width: 300px;

}



/*catalogo*/
.container .catalogo{
	height: 327px;
	border-radius: 2px;
	color: #000;
	background-color: #fff;
	outline: 2px double  #1E1067;
}

.container .catalogorojo{
	height: 327px;
	border-radius: 2px;
	color: #000;
	background-color: #fff;
	outline: 2px double  #EF7F1B ;
}

a:link {
	color:#414958;
	text-decoration: none; 
	}

.titulo{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 38px;
	color: #1E1067;
	font-weight:bold;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
}


.direccion{
	height: 18px;
	color: #000000;
	background-color: #fff;
	font-size: 14px;
}


.precio{
	height: 26px;
	padding-top: 3px;
	color: #fff;
	background-color: #1E1067;
	font-weight:bold;
}

.preciorojo{
	height: 26px;
	padding-top: 3px;
	color: #fff;
	background-color: #EF7F1B ;
	font-weight:bold;
}

.clearfix{
	margin-bottom: 10px;
}

.catalogoDetalle{
	background-color: #fff;
	color: #000;
}


/*fin catalogo*/

/*sidebar*/
/* Toggle Styles */

.fotoDetalle{
	width: 800px;
	height: 480px;
}


b{
	color: #1E1067;
}

.container .car{
	width: 800px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

.slide2 .carousel-indicators li{
	display:none;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
	display: block;
    text-decoration: none;
    color: #fff ;  /*#999999*/
    height: 45px;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


@media(min-width:768px) and (max-width:1919px){

.img-responsive .size{
	height: 250px;
	width: 100%;
}


/*agrandar catalogos*/
.post-body { display:block;
	z-index: 1000;
	background-color: #fff;
	-webkit-transition:-webkit-transform 1s ease-out;
	-moz-transition:-moz-transform 1s ease-out;
	-o-transition:-o-transform 1s ease-out;
	-ms-transition:-ms-transform 1s ease-out;
	transition:transform 1s ease-out; }
/*agrandar catalogos*/
.post-body:hover { 
	z-index: 1001;
	-moz-transform: scale(1.17);
 	-webkit-transform: scale(1.17);
  	-o-transform: scale(1.17);
   	-ms-transform: scale(1.17);
    transform: scale(1.17); 
} 

    #wrapper {
    	width: 100%;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
    	width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        margin-right: 0;
    }
}

@media only screen and (max-width:766px) {

.form-group{
	width: 82%;


}

.jumbotron {
	height: 195px;
}


.mt {
        width: 100%;

}

.img-responsive .size{
	height: auto;
	width: 100%;
}


.container .catalogorojo .catalogo{
	z-index: 1000;
}

.glyphicon {
    position: relative;
    display: inline-block;

}
}
/*fin header




@media(min-width:1920px) {

.img-responsive .size{
	height: 380px;
	width: 100%;
}

.jumbotronfoto{
height: 120px;

}


.jumbotron {
	padding: 10px 10px;
	margin-bottom: 0px;
	height: 150px;
}

.jumbotron .titulo{
	font-size: 80px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.jumbotron .subtitulo{
	font-size: 30px;
	}


aside {
	
	height: 286px;
}

.container-fluid .foto {
	height: 290px;
	width: 475px;

}
}


/*fin header