/*CLASES*/
.alto_18px {
	height:18px;
}
.alto_36px {
	height:36px;
}
.alto_80px {
	height:80px;
}
.ancho_10 {
	width: 10%;
}
.ancho_14 {
	width: 14%;
}
.ancho_18 {
	width: 18%;
}
.ancho_20 {
	width: 20%;
}
.ancho_25 {
	width: 25%;
}
.ancho_30 {
	width: 30%;
}
.ancho_36 {
	width: 36%;
}
.ancho_40 {
	width: 40%;
}
.ancho_47 {
	width: 47%;
}
.ancho_52 {
	width: 52%;
}
.ancho_60 {
	width: 60%;
}
.ancho_70 {
	width: 70%;
}
.ancho_75 {
	width: 75%;
}
.ancho_80 {
	width: 80%;
}
.ancho_88 {
	width: 88%;
}
.ancho_90 {
	width: 90%;
}
	.ancho_90_mini {
		width: 90%;
		font-size:9px;
	}
.ancho_95 {
	width: 95%;
}
.ancho_98 {
	width: 98%;
}
.ancho_100 {
	width: 100%;
}
.ancho_10px {
	width:10px;
}
.ancho_25px {
	width:25px;
}
.ancho_30px {
	width:30px;
}
.ancho_50px {
	width:50px;
}
.ancho_80px {
	width:80px;
}
.ancho_100px {
	width: 100px;
}
.ancho_120px {
	width: 120px;
}
.borde_sup {
	border-top: 1px dashed #CCC;
}
.borde {
	border: 1px solid #bbb;
    border-radius: 3px;
}
.borde_fino {
	border: 1px dashed silver;
}
.borde_error {
	border: 2px solid red;
}
.boton {
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 3px 6px;
	cursor: pointer;
	text-align: center;
	cursor: pointer;
	background-color:#EEE; 
}
	.boton:hover {
		background-color:#CCC;
	}
.botonesopciones, .botonesbuscar {
	padding: 5px;
	display:inline-block;
	text-align:center;
	font-size: 9px;
	vertical-align:middle;
}
	.botonesopciones ul, .botonesbuscar ul {
		list-style: none;
	}
		.botonesopciones ul li, .botonesbuscar ul li {
			text-align:left;
			display: inline-block;
			vertical-align:bottom;
			margin-right: 5px;
			vertical-align:middle;
		}
	/* Para que destaque en el hover los botones de la derecha */
	div.botonesopciones:hover {
        background-color: silver;
		color: white;
    }
		div.botonesopciones:hover a {
			color:white;
		}
.botonimagen {
	cursor: pointer;
}
	.botonimagen:hover {
		background-color:#E4E4E4;
	}
.botonTodos{
	padding: 3px !important;
	font-size: 12px;
}
.btn_articulo {
	position:absolute;
	top: 0px;
	margin-left: -10px;
}
	.btn_articulo_vinculo {
		display:block;
		cursor:copy;
		padding-bottom:5px;
		padding-top:5px;
		border-bottom:dashed #666666 1px;
	}
	.btn_articulo_vinculo:hover {
		background-color:#CCC;
	}
.centro {
	text-align: center;
}
.derecha {
	text-align:right !important;
	padding-right:10px;
}
.etiqueta {
	vertical-align:10px;
}
.error {
	font-weight:bold;
	color: #FF0000;
}
.fecha, .cod_postal {
	width:80px;
	font-size: 12px;
}
.fondo {
	background-color:#EEE;
}
.fondo_add {
    background-color:#EEE;
}
.fondo_claro {
	background-color: #FCC;
	text-transform: uppercase;
}
.gris {
	color:#CCC;
}
	.gris_oscuro {
		color:#333;
	}
.icon {
	max-width:none;
}
.inline {
	display:inline-block !important;
	vertical-align: top;
}
.impar {
	background-color: #F5F2F8;
}
.info {
	font-size: 11px;
}
.ir-arriba {
	display:none;
	padding:5px;
	background: #666666;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}	
.izquierda {
	text-align: left;
}
.letra_10px {
	font-size:10px;
}
.letra_normal {
	font-size:12px;
}
.letra_pequena {
	font-size:9px;
}
.letra_grande {
	font-size:13px;
}
.linea_arbol {
	background-image:url(../imagenes/linea_arbol.png);
	background-repeat:no-repeat;
}
.mayus {
	text-transform: uppercase;
}
.menu_selec {
	font-weight: bold;
}
.menu_selec_izda {
	font-weight:bold;
}
.modelo {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
	.modelo_img img {
		max-height:200px;
	}
.mostrar{
	transition: all 0.2s ease;
	display:block;
} 
.muestra_h50 {
	height:50px;
}
.muestra_50 {
	width: 50px;
}
.muestra_100 {
	width: 100px;
	overflow:hidden;
}
.muestra_110 {
	width: 110px;
	overflow:hidden;
}
.negrita_borde {
	font-weight: bold;
	border: 1px solid #666666;
}
.num {
	width: 40px;
}
.num_texto_mini {
	width: 30px;
	font-size:11px;
}
.numero {
	width: 60px;
}
.numero_dibujo {
	border: 1px solid #666;
	width: 50px;
}
.ocultar{
	display:none;
}
/** Mostrar Ocultar Menu **/
.open-hide{
  margin:0;
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: block;
  background-image: url('../images/boton_menu.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  text-indent: -9999em;
  cursor: pointer;
  display:none;
}
.over_td {
	background-color:#D9CCE4;
}
.rojo {
	color: red;
}
	
.scroll {
	overflow-y: scroll;
}
.situacion {
	font-size: 9px;
	color:#999;
}
.sin_borde {
	border: none;
}
.show{
  background-image: url('../images/boton_cerrar.png');
}
.tabla_2 {
	width: 2%;
	display: inline-block;
}
.tabla_4 {
	width: 4%;
	display: inline-block;
}
.tabla_6 {
	width: 6%;
	display: inline-block;
}
.tabla_8 {
	width: 8%;
	display: inline-block;
}
.tabla_10 {
	width: 10%;
	display: inline-block;
}
.tabla_12 {
	width: 12%;
	display: inline-block;
}
.tabla_14 {
	width: 14%;
	display: inline-block;
}
.tabla_16 {
	width: 16%;
	display: inline-block;
}
.tabla_22 {
	width: 22%;
	display: inline-block;
}
.tabla_36 {
	width: 36%;
	display: inline-block;
}
.tabla_46 {
	width: 46%;
	display: inline-block;
}
.tabla_84 {
	width: 84%;
	display: inline-block;
}
.texto_difuminado {
	color:#CCC;
}
.titulo {
	font-size:13px;
}
.titulo_grande {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.titulo_transp {
	color: black;
}
.top_40px {
	vertical-align:top;
	margin-top: 40px;
}
.transp {
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    position: absolute;
    padding: 10px 0;
    top: 120px;
    display: none;
    cursor: pointer;
}
/* Estos estilos son para los selecc acompañados de texto */
.w100_h20px {
	width: 100%;
	height:20px;
}
.w25px_h26px {
	width:25px;
	height:26px;
}/* CSS Document */

