/*
* Matias Hurtado
* Copyright 2014
* www.matiashurtado.com
*/


.cada-servicio {
	padding: 30px 0;
}

.cada-servicio h2 {
	color: black;
	text-decoration: none;
}

.detalles-servicios {
	padding: 20px 0;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.detalles-servicios li {
	font-size: 1.3em;
}


.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bordes_rojos {
	border: 1px solid red !important;
}

.font-bigger {
	font-size: 24px;
}

.font-smaller {
	font-size: 16px;
}

.font-color-white {
	color: white !important;
}

.font-color-orange {
	color: #ffa000 !important;
}

.font-color-blue {
	color: #0473BD;
}

.font-color-black {
	color: #000;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.p-10 {
	padding: 10px;
}

.bold {
	font-weight: bold;
}

.caption {
	z-index:999;
	position: absolute;
}

.caption h1, .caption h2, .caption h3 {
	color: white !important;
	font-weight: 600;
	text-shadow: 1px 1px #000000;
}

.no-margins {
	margin: 0 !important;
}

.no-hor-margins {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.half-margins {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.twopx-margins {
	margin-left: 2px !important;
	margin-right: 2px !important;
}

.fivepx-margins {
	margin-left: 5px !important;
	margin-right: 5px !important;
}


.detalles {
	background: #F0F0F0;
	font-size: 14px;
	padding: 10px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}

.detalles table tr td {
	padding: 5px;
}

.detalles .precio {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color:#0473BD;
}

.detalles .observaciones {
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}



.social {
	position: absolute;
	text-align: right;
	padding: 10px;
	width: 30%;
	right: 0;
	top: 0;
}


.contenedor_menu_destacados {
	text-align: center;
	padding-top: 20px;
}

.destacados_menu {
	margin: 0px auto;
	padding: 0;
	background: #131516;
}

.destacados_menu li {
	display: inline-block;
	list-style-type: none;
	padding: 15px 30px;
	margin: 0;
	text-align: center;
}

.destacados_menu li a, .destacados_menu li a:visited {
	color: white !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}


.destacados_menu li:hover, .destacados_menu .selected {
	background: #262626;
	border-bottom: 1px solid #ffa000;
}


.boton-1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #3A373A;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3A373A;
	box-shadow:inset 0px 1px 0px 0px ##3A373A;
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #3A373A;
	display:inline-block;
	cursor:pointer;
	color:#3A373A;
	font-size:16px;
	padding:10px 30px;
	text-decoration:none;
}
.boton-1:hover {
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
color: #000000;
}
.boton-1:active {
	position:relative;
	top:1px;
}



.contenedor_te_contactamos {
	background: #0E1011;
	padding: 15px;
	height: 370px;
}

.contenedor_info_abajo {
	background: #0E1011;
}

.contenedor_info {
	background: #0E1011;
	padding: 15px;
	height: 370px;
}


.bg-1 {
	background: #131516;
}

/* Autos page*/

.container-cada-auto {
	padding: 0 10px;
}

.cada-auto {
	background: #F0F0F0;
	border: 1px solid #BBB;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}


.cada-auto .nombre {
	color: #ffa000;
	padding: 5px;
	font-size: 22px;
	text-align: center;
}

.cada-auto .precio {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #282828;
}

.cada-auto .año {
	padding: 2px 5px;
}

.cada-auto .kilometraje {
	padding: 2px 5px;
}

