
.renglon {
    float: left;
    font-size: 0.9em;
	width: 100%;
}
.renglon img {
    /*margin: auto auto 35px;*/
	height: auto;
	max-width: 100%;
}
.float {
    float: left;
    /*margin-top: -330px;*/
	margin-top: -290px;
    padding-left: 15px;
    /*width: 415px;*/
	width: 41.5%;
    z-index: 100;
}
.float2 {
    float: left;
    /*margin-top: -190px;*/
	margin-top: -150px;
    padding-left: 15px;
    /*width: 415px;*/
	width: 41.5%;
    z-index: 100;
}
.float2 h2 {
    color: #fff;
}
.float2 p {
    color: #fff;
}
.back {
    float: left;
    z-index: 1;
}
h1, h2, h3 {
    color: #2a3881;
    margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.renglon p {
    margin-top: 5px;
}
.renglon ul, ol {
    margin: 5px 0 0 35px;
}
.padding_contenido {
    margin-top: 280px;
    padding-left: 15px;
}
.centrar {
    margin: auto;
    /*padding-left: 90px;*/
}

.diferentes-refacciones {
    border: 1px solid #1B3683;
    list-style: outside none none;
    margin: 15px 40px 35px 40px !important;
}
.diferentes-refacciones li {
    font-size: 16px;
    padding: 15px;
}
.elemento-azul {
    background-color: #1B3683;
    color: white;
}
.elemento-azul span {
    font-weight: bold;
}
.elemento-blanco {
    background-color: white;
    color: #1B3683;
}
.elemento-blanco span {
    font-weight: bold;
}
.text-negrita{
	font-weight: bold;
}
.texto-azul-negrita {
    color: #1B3683;
    font-weight: bold;
}
.diferentes-casos-exito{
	border-top: 1px solid #1B3683;
	border-left: 1px solid #1B3683;
	border-right: 1px solid #1B3683;
	list-style: outside none none;
    margin: 15px 40px 35px 40px !important;
	float:left;
}
.diferentes-casos-exito li{
	border-bottom: 1px solid #1B3683;
	font-size: 16px;
    padding: 15px;
	float:left;
}
.diferentes-casos-exito .elemento-blanco img{
	float: left;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 30px;
}
.lista-exito > li {
    color: #1B3683;
}
.lista-exito li p {
    color: black;
	margin-bottom:10px;
}
.space{
	height:65px;
	float:left
}
@media only screen and (max-width: 840px) {
	.renglon img {
		margin: auto auto 15px;
	}
	.float, .float2{
		  margin-top: 0;
	}
	.padding_contenido{
	clear: both;
	}
	.renglon p {
	margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: justify;
	}
	h1, h2, h3 {
    padding-left: 12px;
	width: 95%;
	}
	.space {
    height: 32px;
    width: 100%;
	}
	.renglon ul, ol {
    padding-right: 5px;
	}
	.diferentes-refacciones {
		margin: 15px 13px 35px !important;
		padding-right: 0px !important;
	}
	.diferentes-refacciones li {
		text-align: justify;
	}
	.diferentes-casos-exito {
		padding-right: 0px !important;
	}
	
}

@media only screen and (max-width: 600px) {
	.diferentes-casos-exito .elemento-blanco img {
		float: none;
		margin: 0 auto !important;
	}
	.diferentes-casos-exito li {
		text-align: center;
	}
	.float, .float2{
		  width: 100%;
		  margin: 0;
		  padding: 0;
	}
}
