@charset "utf-8";
/* CSS Document */

.btn_back {
	padding-top: 10px;
    padding-bottom: 10px;
     padding-right: 10px;
    text-align: right;
    margin-top: 50px;
	transition: border-right 0.5s ease-in-out;
	border-right: 0px solid red;
	
}

.btn_back:hover {
    /*-moz-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
	transition: transform 0.3s;
	*/
	transition: border-right 0.5s ease-in-out;
	border-right: 40px solid red;
	
	

}


.footer {
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #111;
    border-top: 2px solid red;
	/*padding-top: 10px;*/

}

.footer p{
	padding-top:10px;
	padding-left:5px;
	font-size:0.7em;
  
}

input[type=text], select {
    width: 200px;
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:0.8em;


}

input[type=submit] {
    width: 100px;
    background-color: #111;
    color: white;
    padding: 5px 5px;
    margin: 8px 0;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
	font-size:0.9em;
	border-style: solid;
    border-color: #000 


}

input[type=submit]:hover {
    background-color: #FF0000;
	border-style: solid;
    border-color: #fff;
}

.div_newsletter {

	font-family: 'Open Sans', sans-serif;
	/*margin:8px 0;*/
	font-size:0.8em;
	position: relative;
    float: right;
	background-color:#f00;
    padding: 10px;
	color: #fff;

}
.div_footer_detalle {
	position: relative;
    float: left;

}