@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: 50px;
	background-image: url(../imgcss/herramientas.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#contenido #info {
	background-repeat: no-repeat;
	padding-left: 66px;
	width: 450px;
	font-size: 85%;
	line-height: 150%;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}
#contenido #info p {
	padding-bottom: 10px;
}
#contenido #info p strong {
	font-style: italic;
	font-weight: normal;
	color: #F8761B;
}
#contenido #info a  {
	font-weight: normal;
	color: #F8761B;
	-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 a:hover {
	color: #999999;
}
#contenido #info ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#contenido #subir {
	width: 41px;
	margin-left: 859px;
	height: 34px;
	font-size: 80%;
}
#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;
}
