/* CSS Interior */
	.padding10 { padding:10px;}
/*	contactenos		*/
	/*Placeholder*/
	/**/
	.contactenos  input::-webkit-input-placeholder {    color: #666;    font-weight: 400;	}
	.contactenos  input:-moz-placeholder {		color: #666;		font-weight: 400;	}
	.contactenos  input:-ms-input-placeholder {		color: #666;		font-weight: 400;	}
	.contactenos  textarea::-webkit-input-placeholder {    color: #666;    font-weight: 400;	}
	.contactenos  textarea:-moz-placeholder {		color: #666;		font-weight: 400;	}
	.contactenos  textarea:-ms-input-placeholder {		color: #666;		font-weight: 400;	}
	
	.contactenos input{	width:100%; padding:10px; border-radius: 5px;   height: auto;    border-color: #E5E5E5;    box-shadow: none; background-color: #F6F6F6;  border-style:solid; border:none; margin-bottom:10px;}
	
	.contactenos textarea {width:100%; padding:10px; border-radius: 5px;   height: 150px;    border-color: #E5E5E5;    box-shadow: none; background-color: #F6F6F6;  color: #535353; border-style:solid; border:none; resize:none;}
	
	.contactenos select { padding:10px; border-radius: 5px;   height: auto;    border-color: #E5E5E5;    box-shadow: none; background-color: #F6F6F6;  color: #535353; border-style:solid; border:none; margin-bottom:10px;}
	
	.contactenos a.boton {   background: #B2FF01; padding: 10; text-transform: uppercase; color: #000; font-weight: 600;   padding: 8px 20px; font-size: 12px; cursor:pointer; margin:0 13px; font-family:'Lato'; font-weight: 900; font-size: 14px;}
	.contactenos a.boton:hover { color:#fff; background-color:#000039;}
/*	/contactenos	*/

/*	detección de fallas		*/
	.panel-group .panel+.panel {		margin-top: 0px;	}
	.panel-inverse .panel-title a {    color: #000;}
	.panel-inverse .panel-icon {    color: #6b6bb2 !important; font-weight:bold; }
	.panel-inverse {    border-color: #F2F2F2; }
	.panel-inverse > .panel-heading + .panel-collapse > .panel-body {    border-top-color: #F2F2F2;}
	.panel-inverse > .panel-heading {	color: #000; background-color: #F2F2F2;	border-color: #F2F2F2;	}
	.panel-inverse .panel-title a:hover, .panel-inverse .panel-title a:focus { background: #000039;}
	.panel-icon {    position: inherit;    right: 0px;    top: 50%;    display: inline-block;    font-family: FontAwesome;    font-size: inherit;    text-rendering: auto;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    transform: translate(0, 0);    font-size: 18px;    margin-top: -9px;    color: #303030 !important;}
/*	/detección de fallas		*/

/*	contenido		*/
	
    .item-page .titulo_contenido { /*z-index: -1 !important;*/ }
    .item-page .titulo_contenido h2 {color: #080438; font-size: 20px; font-weight: 900; font-family: 'Lato';}
	.item-page .titulo_contenido a {color: #080438; font-size: 20px; font-weight: 900; font-family: 'Lato';}
	.item-page .titulo_contenido a:hover { background:none; color: #020287; font-size: 20px; font-weight: 900; text-decoration:none;}
	.item-page .texto_contenido { margin-top:20px;}
	.item-page .contenido { margin-top:20px;}
	.item-page ul { list-style-type:square;}
/*	/contenido		*/

	/* col-xs */
@media only screen and (max-device-width : 767px) {
	#que_necesitas, #tipo_necesitas, #tipo { width:112px;}
	#div_modelo, #div_ano { padding:0;}
	.item-page .titulo_contenido{font-size:18px; }
	.img-logo{width:240px; height:82px;}
}

/* col-sm */
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
	#div_ano { padding:0; }
	#div_anexo { padding:0px 14px;}  
}


.volver_home {
	margin-top:50px;
	border-top:1px solid #eee;
	padding:20px;

}

.volver_home a {
	background-color: #B2FF01;
	padding:10px 15px;
	color:#010139;
	font-weight:800;
	text-transform:uppercase
}

.volver_home a:hover {
	background-color: #010139;
	color:#fff;
}

.kontacto {
		text-decoration:none !important;
	color:#565656 !important;
	background:none !important;
	}

.kontacto:hover {
	text-decoration:none !important;
	color:#565656 !important;
	background:none !important;
	}