* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font-size:13px;
	font-family:Arial;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	border-bottom:#8B0101 5px solid;
	text-align:center;
}
.header{
width:1000px;
margin:0 auto;

}
.logo{float:left; width:320px;font-size:30px; font-weight:bold; text-align:left; padding-left:15px; padding-top:10px; height:90px;background:url(images/logo.jpg) no-repeat right; }
.datos{font-size:15px; text-align:left; background:#000000 url(images/tel.png) no-repeat right; padding:10px 30px;border-bottom:#8B0101 3px solid; width:400px; font-weight:bold; float:left; margin-left:200px; color:#fff;}
.me {width:450px; float:left; margin-top:25px; margin-left:180px;}
a.menu { font-size:16px; color:#000000; text-decoration:none; padding:0 20px; font-weight:bold;}
a.menu_activo{color:#990000;  font-size:16px; text-decoration:none; padding:0 20px; font-weight:bold;}
a.menu:hover{color:#990000;  font-size:16px; text-decoration:none; padding:0 20px; font-weight:bold;}

}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	text-align:center;
	width:100%;
	margin:0px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
width:100%;
clear:both;
height: 252px;
	background: URL(http://autoschocadoscompro.com.ar/images/footer.jpg) no-repeat;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	position: relative;
	text-align:center;
}
#footer a{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover{
text-decoration:none;
color:#CCCCCC;
}
.foter{
width:1000px;
margin:0 auto;
height:200px;
padding-top:50px;
color:#FFFFFF;

}

.foter_col{width:500px; float:left; padding-top:70px; font-size:30px; text-align:left;}
.foter_col_dos{width:500px; float:left; padding-top:50px;text-align:left;}
.tel{padding-left:250px; float:left; width:250px; font-size:16px; margin-bottom:5px; font-weight:bold;}


label {
    display:block;
    margin-top:20px;

}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;

}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:5px;
    margin-top:5px;
    font-size:15px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}