header{
	/*background: #2c3e50;*/
	color: #fff;
}

#conten{
background-image: url("../img/tambos3x2.jpg");
width: 100%;
height: 450px;
background-size: cover;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}

#conten:before {
content:"";
width: 100%;
height: 100%;
background-color: black;
position: absolute;
opacity: 0.7;
}

#conten h2 {
position: relative;
font-size: 60px;
font-family: impact, sans-serif;
color: white;


}


#titulos {
/*color:  #2586d7;*/
font: bold 17px Arial;
	text-align: center;
}

#titulosProductos {
height: 220px;
  border-color: #819FF7;
background-color: #F2F2F2;
  /*color:  #2586d7;*/
font: bold 17px Arial;
  text-align: center;
}

.col-center {
    background-color: green;
}

col-xs-12 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

col-sm-6 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

col-md-3 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#descripcion{

	color:  grey;	
font: 15px Calibri Light;
text-align: center;	
}

#cuadroconbordes{
border-style: solid;
border-color: #819FF7;
background-color: #F2F2F2;
}

#bordes{
height: 40px;
width: 1150px;
background-color:  #e3f2fd;

}

#imgcentrada{
margin-left: 105px;
margin-right: 105px;
/*float: left;*/
     /*vertical-align:middle;*/
}


hr {
  height: 3px;
  width: 100%;
  background-color: grey;
}

h4 {
	/*color:  #2586d7;*/
	

	text-align: left;
}

#centrado{
text-align: center;
}



img{
/*margin-right: 30px;*/
float: left;
}

p {

font: 16px Helvetica, sans-serif;
text-align:justify;
}



	

.main{
/*background: #f2f2f2;*/
/*background: rgba(212,228,239,1);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );*/
}
.color1{
background: #34495e;
color: #fff;
}
aside{
/*background: #c0392b;*/

color: #fff;

}


footer{
background: #7EC3F1
/*background: #16a085;*/
color: #fff;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {

    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

