@charset "UTF-8";
/*
*
*   BOLETIN INFORMATIVO - Styles
*	Version 1.0.0
*	Author:	@mamarilla
*
*/
#webform-client-form-23283{
    border: 1px solid rgba(0, 0, 0, .07);
    background: rgba(0, 0, 0, .02);
    /*background-image: url('http://manuelvicedo.com/wp-content/uploads/formulario-email-newsletter.jpg');*/
    padding: 0 20px 0 10px;
    color: #000
}
#webform-client-form-23283 input{
    width: 100%;
    height: 20px;
    border: 1px solid #fafafa;
	background: #fafafa;
    border-bottom: 3px solid #c8c8c8
}
#webform-client-form-23283 input:focus,
#webform-client-form-23283 input:hover{
    border-bottom: 3px solid #4F81BD;
	background: rgba(0, 0, 0, .02);
}
#webform-client-form-23283 input[type=submit]{
    height: 100%;
    border: none
}
/*    Botón Suscribirme     */
#webform-client-form-23283 input[type=submit].webform-submit{
    outline: 0;
    position: relative;
    display: inline-block;
    background: #004053;
    border: 2px solid #004052;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
#webform-client-form-23283 input[type=submit].webform-submit:hover{
    outline: 0;
    position: relative;
    display: inline-block;
    background: #004053;
    border: 2px solid #D0D8E8;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}