@charset "UTF-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f6f6f6;
	color: #999;
	font-family: Jura, Helvetica, sans-serif;
	background-image: url(../imgcss/fondo-textura.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#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;
}
#fotos {
	clear: both;
	height: 264px;
	width: 900px;
}
#sub {
	background-color: #000;
	height: 156px;
	width: 900px;
}
#sub #opcion {
	display: block;
	height: 280px;
	width: 300px;
	float: left;
}
#sub #opcion a {
	display: block;
	height: 280px;
	width: 249px;
	padding-right: 20px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E77018;
	background-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;
}
#sub #opcion a:hover {
	background-color: #E77018;
}
#sub #opcion a h2{
	font-size: 85%;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	-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;
}
#sub #opcion a:hover h2 {
	color: #333;
}
#sub #opcion a p{
	font-size: 90%;
	line-height: 150%;
	color: #333;
	-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;
	margin-bottom: 8px;
}
#sub #opcion a:hover p {
	color: #FFF;
}
#sub #opcion a strong {
	font-size: 85%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	-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: 1px solid #F96;
	padding: 10px;
	margin-top: 10px;
	background-color: rgba(0,0,0,.1);
	display: block;
	width: 110px;
}
#sub #opcion a:hover strong {
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	background-color: rgba(255,255,255,.2);
	color: #000;
}
#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;
}
