@charset "UTF-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #999;
	font-family: Jura, Helvetica, sans-serif;
	background-image: url(../imgcss/bg.jpg);
	background-repeat: repeat-x;
}
#traductorbig  {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#traductorbig #traductor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	text-align: right;
}
#traductorbig #traductor #google_translate_element {
	float: left;
	width: 780px;
	margin-top: -1px;
}
#idiomas {
	height: 23px;
	background-color: #FFF;
	text-align: right;
}
#idiomas p img {
	display: block;
	float: left;
	width: 30px;
	margin-left: 10px;
}
#todo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo  {
	height: 107px;
	width: 224px;
	background-color: #000;
	margin-bottom: 2px;
	background-image: url(../imgcss/logo-pro-car-carrocerias.jpg);
	background-repeat: no-repeat;
	float: left;
}
#logo h1 span {
	font-size: 50%;
	text-transform: uppercase;
	color: #333;
	visibility: hidden;
}
#logo h1 a {
	display: block;
	height: 107px;
	width: 224px;
}
#camion {
	float: left;
	width: 671px;
	padding-left: 5px;
	height: 107px;
	margin-bottom: 2px;
}
#menu {
	background-color: #000;
	list-style-type: none;
	height: 50px;
	width: 870px;
	line-height: 50px;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#menu li {
	float: left;
	text-align: center;
	letter-spacing: 0.04em;
	margin-right: 12px;
	margin-left: 12px;
}
#menu li a {
	color: #999;
	display: block;
	height: 47px;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 90%;
}
#menu li a:hover {
	color: #F8761B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F8761B;
}
#menu li strong {
	color: #FFF;
	display: block;
	height: 47px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 90%;
	font-weight: normal;
}
#submenu {
	clear: both;
	list-style-type: none;
	line-height: 40px;
	background-color: #FFF;
	height: 40px;
	width: 900px;
}
#submenu li {
	float: left;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
#submenu li a {
	text-transform: uppercase;
	color: #999;
	font-size: 90%;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
	height: 37px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
}
#submenu li a:hover {
	color: #F8761B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F8761B;
}
#submenu li strong {
	text-transform: uppercase;
	color: #333;
	font-size: 90%;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	height: 37px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
	font-weight: normal;
}
#fotos {
	clear: both;
	height: 196px;
	width: 900px;
}
#titulo {
	background-color: #000;
	height: 35px;
	width: 900px;
	color: #666;
}
#titulo h1 {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F8761B;
	padding-left: 30px;
	height: 35px;
	background-image: url(../imgcss/flecha-titulo.png);
	background-repeat: no-repeat;
	margin-left: 40px;
	line-height: 35px;
}
#titulo h1 em {
	color: #666;
	font-style: normal;
}
#contenido {
	background-color: #FFF;
	color: #4c4c4c;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right;
}
#contenido #info {
	background-repeat: no-repeat;
	padding-left: 66px;
	font-size: 85%;
	line-height: 150%;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	padding-right: 66px;
	width: 768px;
}
#contenido #info p {
}
#contenido #info p strong {
	font-style: italic;
	font-weight: normal;
	color: #F8761B;
	text-transform: uppercase;
	padding-top: 25px;
	display: block;
}
#contenido #info p a {
	font-style: italic;
	color: #B5B8B8;
	font-weight: bold;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#contenido #info p a:hover {
	color: #333333;
}
#contenido #info #izq {
	float: left;
	width: 400px;
}
#contenido #info #dcha {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-top: 25px;
	border: 4px solid #E6EAEA;
	margin-bottom: 15px;
}
#contenido #info #form{
	float:left;
	width:768px;
	padding-top:10px;
	padding-left:20px;
}
#contenido #info label{
	width:100%;
	float:left;
}
#contenido #info textarea{
	width:200px;
	float:left;
}
.form-field {
   border: 1px solid #e1e1e1;
   background: #e1e1e1;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #c9b7a2;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:5px;
   width:280px;
   }
.form-field:focus {
   background: #fff;
   color: #725129;
   }
   .submit-button {
   border: 1px solid #e1e1e1;
   background: #e1e1e1;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #000;
   font-family: Jura, Helvetica, sans-serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #F8761B;
   background: #F8761B;
   color: #fff;
   }
.submit-button:active {
   border: 1px solid #e1e1e1;
   background: #e1e1e1;
   color: #fff;
   }
#contenido #subir {
	width: 41px;
	margin-left: 859px;
	height: 34px;
	font-size: 80%;
	clear: both;
}
#contenido #subir p a {
	display: block;
	height: 34px;
	width: 41px;
	background-image: url(../imgcss/subir1.png);
	background-repeat: no-repeat;
}
#contenido #subir p a:hover {
	background-image: url(../imgcss/subir2.png);
}
#contenido #subir p a span {
	visibility: hidden;
}
#pie {
	background-color: #e1e1e1;
	background-image: url(../imgcss/logo-pie-pro-car-carrocerias.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 880px;
	text-align: right;
	font-size: 75%;
	color: #808080;
	padding-top: 20px;
	line-height: 200%;
	letter-spacing: 0.05em;
	padding-right: 20px;
	clear: both;
}
#pie p strong {
	font-weight: normal;
	color: #333;
}
#pie a {
	font-weight: bold;
	color: #999;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
#pie a:hover {
	color: #F8761B;
}
#pie #sociales {
	width: 600px;
	list-style-type: none;
	margin-left: 300px;
}
#pie #sociales li {
	float: left;
	height: 60px;
	width: 60px;
}
#pie #sociales #ini {
	margin-right: 400px;
}
#pie #sociales #ini a {
	background-image: url(../imgcss/botinicio2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 234px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-top: 55px;
}
#pie #sociales #face {
	margin-right: 20px;
	margin-top: 30px;
}
#pie #sociales #face a {
	background-image: url(../imgcss/facebook1.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 80%;
	font-weight: normal;
}
#pie #sociales #face a:hover {
	background-image: url(../imgcss/facebook2.png);
}
#pie #sociales #twitter {
	margin-top: 30px;
}
#pie #sociales #twitter a {
	background-image: url(../imgcss/twitter1.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 80%;
	font-weight: normal;
}
#pie #sociales #twitter a:hover {
	background-image: url(../imgcss/twitter2.png);
}
#pie #sociales span {
	visibility: hidden;
}
#camion2 {
	clear: both;
	margin-bottom: 30px;
}
