@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
    margin:0;
    width:100%;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background:#fff;
}
a {
    color:#2c5aa0;
}
header {
    background: #3771c8;
    background: -moz-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3771c8), color-stop(100%, #2c5aa0));
    background: -webkit-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -o-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -ms-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    padding: 0px 5px ;
    border-top: 1px solid #889;
    border-bottom: 1px solid #2c5aa0;
    text-align: center;
    color:#fff;
    margin-bottom:20px;
}
#contenedor {
    width:980px;
    margin:0 auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    background: #ffffff;  
}
.widget {
    background-color: #fff;   
    margin: 0;
    padding:15px;
    border: 1px #2c5aa0 solid;
}
.widgettitulo {
    background: #C4C4C4;
    background: -moz-linear-gradient(top, #C4C4C4 0%, #A4A4A4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #A4A4A4));
    background: -webkit-linear-gradient(top, #C4C4C4 0%, #A4A4A4 100%);
    background: -o-linear-gradient(top, #C4C4C4 0%, #A4A4A4 100%);
    background: -ms-linear-gradient(top, #C4C4C4 0%, #A4A4A4 100%);
    background: linear-gradient(top, #C4C4C4 0%, #A4A4A4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    text-align: center;
    color:#222;
    margin: 0 0 5px;
    padding: 6px 0;
}
footer {
    background: #3771c8;
    background: -moz-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3771c8), color-stop(100%, #2c5aa0));
    background: -webkit-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -o-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: -ms-linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    background: linear-gradient(top, #3771c8 0%, #2c5aa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    text-align:center;
    color:#fff;
    padding:1px;
    clear: both;
    margin-top:20px;
}
footer a {
    color:#f5f5f5;
}
/* version computador/portatil */
@media screen and (max-width: 1336px) {

    #contenedor {
        width: 96%;
    }
    .widget {
        padding: 8% 7%;
    }    

}
/* version tablet/smartphone */  
@media screen and (max-width: 800px) {

    .widget {
        padding: 3% 4%;
        margin: 0 0 10px;
		border: none;
	}
}
/*formulario*/
button { cursor:pointer;height:30px;background: #3771c8;border:1px solid #3771c8;color:#fff; font-weight: bold; font-size: 1em;}
input { display: block; border-style: solid; border-width: 1px; border-color: #dedede; margin-bottom: 20px; font-size: 1.2em; color: #777; height:30px; font-family: "Raleway", sans-serif; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;}
input:focus { display: block; border-style: solid; border-width: 1px; border-color: #dedede; margin-bottom: 20px; font-size: 1.2em; color: #777; height:30px; font-family: "Raleway", sans-serif; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; color: #333; border-color: rgba(41, 92, 161, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6); outline: 0 none; }
