.newsletter{
border:1px solid #ccc;
padding:10px 15px;
margin-top:20px;
color:#555;
width: 270px !important;
}
.newsletter p.title{
color:#00308D;
font-style:italic;
font-size:19px;

}
.newsletter input{
	border:1px solid #ccc;
	height:20px;
	padding:2px;
	padding-left:30px;
background: url(https://www.motor.es/images/email.jpg);
background-repeat: no-repeat;
width:150px;
}
.newsletter p.aviso{
	padding-top:8px;
font-size:9px;
}

.newsletter a{
color:#00308D;
}

.newsletter a.envia{
text-decoration:none;
background-color: #4D90FE;
background-image: -webkit-linear-gradient(top,#0547c7,#00308d);
background-image: -moz-linear-gradient(top,#0547c7,#00308d);
background-image: -ms-linear-gradient(top,#0547c7,#00308d);
background-image: -o-linear-gradient(top,#0547c7,#00308d);
background-image: linear-gradient(top,#0547c7,#00308d);
border: 1px solid #00308D;
color: white;
padding: 4px 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
border-image: initial;
}
.newsletter a.envia:hover{
background-image: -webkit-linear-gradient(top,#0547c7,#002875);
background-image: -moz-linear-gradient(top,#0547c7,#002875);
background-image: -ms-linear-gradient(top,#0547c7,#002875);
background-image: -o-linear-gradient(top,#0547c7,#002875);
background-image: linear-gradient(top,#0547c7,#002875);
border: 1px solid black;
cursor: pointer;
border-image: initial;
}

.newsletter .mensaje{
color:green;
font-weight:bold;
text-align:center;
width:100%;
}

