a, a:visited , a:hover, a:link, a:active{
	text-decoration: none;
	color: white;
}

#divfooter a, a:visited , a:hover, a:link, a:active{
	text-decoration: none;
	color: #333;
}
.section-contacto{
	margin : 13% auto;

}
#divform{
	border-style : solid;
	border-color: #333;
	border-radius: 10px;
	border-width: thin;
	padding: 10px;
}

.contacto_recibido{
	border-style: solid;
	border-radius: 5px;
	border-width: thin;
	padding:20px;
	border-color:green;
	color:green;
	margin: 20px;
}
.contacto_invalido{
	border-style: solid;
	border-radius: 5px;
	border-width: thin;
	padding:20px;
	border-color:orange;
	color:orange;
	margin: 20px;
}

/* css para que-hacemos.php */
.producto{
	border-radius: 15px;
	border-style: solid;
	border-color: Gainsboro;
	box-shadow: 5px 5px 5px 5px Gainsboro;
	margin: 50px 200px 0 20px;
	padding: 20px;
	width: 300px;
	height: auto;
	cursor: pointer;
	transition: box-shadow 0.5s;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
@media only screen and (min-width: 600px) {
	.producto{
		margin: 50px 200px 0 100px;
	}
}
@media only screen and (min-width: 768px) {
	.producto{
		margin: 50px 200px 0 200px;
	}
}

.producto:hover{
	box-shadow: 5px 5px 5px 5px red;
}

.letra1{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;

}
.titulo1{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: bold;
}
.titulo2{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.parrafo{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
#img_capsulas{
	width: 90%
}
#img_noticias{
	width: 100%
}
#img_ingeniosos{
	width: 100%
}
.div-noticias,.div-ingeniosos{
	padding: 0
}
.div-nosotros a:link{
	color: white;
}
.div-nosotros a:visited{
	color: white;
}
.div-nosotros a:hover{
	color: lightGrey;
}
.img_banner{
	cursor: pointer;
}
