#total
{
	width: 925px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}




a.img_links:link
{
	text-decoration: none;
	color: none;
}

a.img_links:visited
{
	text-decoration: none;
	color: none;
}

a.img_links:active
 {
	text-decoration: none;
	color: none;
}

a.img_links:hover 
{
	text-decoration: none;
	color: none;
}




#formulario
{
	margin-left: 28px;
}

.input{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: none;
    width: 500px;
    color: #797979;
	background: #E6E6E6;
    }

.button{
    float: left;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
 
    /* Background gradient */
    background: #147947;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    /* Border style */
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
 
    }




