@charset "iso-8859-1";
/* COLORES 
*/
html, body {
	margin:0; padding:0;
	height:100%;
}
body {
	font: 10pt/1.4 Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color: #191919;
}

ul, ol, dl { padding: 0; margin: 0; list-style:none; }
h1, h2, h3, h4, h5, h6, p {	margin-top: 0; }
a img { border: none; }
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #9E1C24;
	text-decoration: none; 
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
}
#container {
	font-family: 'Lato', sans-serif;
	min-height: 360px;
	color: white;
}
#container.fondoInicio {
	background: #1A3783 url(../imgs/fondoInicio.png) repeat-x bottom;
	color: #FFF;
}
#containerTemporal {
	position:relative;
	width:auto; min-height:740px;
	/*margin:0 auto;	*/
}

/*Hoja de Resultados*/
.separadorFrenos {
	height: 30px;
	font-weight: bold;
	font-size:13pt;
	background-color: #F6DA17;
	border-bottom: white solid 5px;
}
.contenedorResultados {
	padding: 0 35px;
	color: #1A3783;
}
.textoAdmin {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	text-align: justify;
	padding: 20px 0;
}
.tablaPrincipal,
.tablaPrincipal02 {
	font-family: 'Lato', sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 5px 0 15px 0;
	padding: 5px 0;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
.tablaPrincipal:hover,
.tablaPrincipal02:hover {
	border: solid 1px #F6DA17;
	background-color: rgba(246,218,23,.15)
}
.tablaPrincipal td,
.tablaPrincipal02 td {
	text-align: center;
}
.tablaPrincipal {
	background-color: #E9F1FF;
}
.tablaPrincipal02 {
	background-color: #EDEDEE;
}
.upperRow,
.lowerRow,
.lowerRowZ {
	background-color: #1A3783;
	color: #FFF;
	height: 30px;
}
.lowerRow td {
	width: 20%;
}
.lowerRowZ td {
	width: 16.5%;
}
.dataRow {
	height: 60px;
}
.rImagen {
	width: 90px;
	text-align: center;
}
.rNoParte {
	font-weight: bold;
	margin-top:5px;
}
/*Fin de hoja de Resultados*/
/*Clear para elementos flotantes*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* Fondo Temporal */
body {
	/*background: #F4F4F1  url(../imgs/fondoTemporal.png) top center repeat-y;*/
}
.contenedorFichaTecnica {
	color:#191919;
}
.contenedorInferior {
	width: auto;
}
.contenedorInferior td {
	text-align: center;
	padding: 5px;
}
.fotoFT {
	border: solid 1px #1A3783;
	border-radius: 5px;
	padding: 5px;
}
.topTemporal {
	width: auto; height: 134px;
	background: url(../imgs/logoHollmanTop.png) no-repeat 35px;
}
.bottomTemporal {
	width: auto; height: 604px;
	background: url(../imgs/bottomTemporal.jpg);
}
/* Fin Fondo Temporal*/
.contenedorColumnas {
	padding: 0 35px;
}
.columnax2 {
	float: left;
	width:50%;
}
.columna30p {
	width: 30%;
}
.columna20p {
	width: 20%;
}
.columna50p {
	width: 50%;
}
.tablaAplicacion tr {
	height: 36px;
}
.tituloCatalogo {
	height: 36px;
	line-height: 36px;
	background:url(../imgs/hollmanPlecaDerecha.png) right no-repeat;
	font-size:16pt;
	font-weight: bold;
	padding: 0 35px;
	color:#1A3783;
}
.tituloRueda {
	height: 36px;
	line-height: 46px;
	padding-left: 36px;
	font-size: 12pt;
	font-weight: bold;
	background: url(../imgs/ruedaHollman.png) left no-repeat;
	margin-bottom: 5px;
	color:#1A3783;
}

/*Form elements*/
.fieldQSearch {
	width: 80%;
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
	background-color: #BAC0D6;
	border: none;
	padding: 8px 16px;
}
/*Custom Button*/
.customButton,
.customButton-small {
	background-color: #FFF;
    border: none;
    color: #1A3783;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.customButton:hover,
.customButton-small:hover {
	background-color: #F6DA17; /* Green */
    color: black;
}
.customButton-small {
	font-size: 8pt;
	padding: 8px 20px;
}
/*Custom Select*/
.fldSelect {
	width: 80%;
	height: 34px;
	border: solid 1px;
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
	background-color: #BAC0D6;
}