@CHARSET "UTF-8";

/*********************************************************
 * GENERAL
 *********************************************************/

/*******************
   texto
********************/
.negrita {
	font-weight: bold;
}

/*******************
   alineacion
********************/
.dcha {
	text-align: right;
}

.centro {
	text-align: center;
}

/*******************
   fondos
********************/
.fondo-azul-odd {
	background: #edf3fe;
}

/*******************
   colores
********************/
.color-azul {
	color: #004C87;
}

.color-blanco {
	color: #FFFFFF;
}

.color-negro {
	color: #000000;
}

/*******************
   anchura
********************/
.ancho1 {
	width: 150px;
}

.ancho2 {
	width: 200px;
}


/*********************************************************
 * MENSAJES
 *********************************************************/
.boxError {
	font: 12px Tahoma, sans-serif;
	color: #ffffff;
	background-color: #ff8e09;
	border: 1px solid #c8c8c8;
	line-height: 1.3em;
	padding: 5px 5px 5px 8px;
	margin-top: 20px;
}

.boxError a {
	color: #f0f0f0;
}

.boxMsg {
	font: 12px Tahoma, sans-serif;
	color: #ffffff;
	background-color: #11DD11;
	border: 1px solid #c8c8c8;
	line-height: 1.3em;
	padding: 5px 5px 5px 8px;
	margin-top: 20px;
}

.boxMsg a {
	color: #f0f0f0;
}

/*******************
   ficha de articulo
********************/
.fichaArticulo {
	font-family: arial,sans-serif;
	font-size: 13px;
}

.fichaArticulo .imgGrande {
	width: 400px;
	border: 1px solid #B0B0B0;
}

.fichaArticulo .imgPequena {
	width: 100px;
	height: 70px;
	border: 1px solid #B0B0B0;
	margin-bottom: 3px;
	margin-left: 3px;
	cursor: pointer;
}

.fichaArticulo .formulario {
	border: 1px solid #B0B0B0;
	margin: 5px;
	padding: 3px;
}

.fichaArticulo .formulario td {
	font-family: arial,sans-serif;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

/*********************************************************
 * PANELES
 *********************************************************/

.hpPag {
	width: 300px;
	padding-top: 10px;
	padding-left: 170px;
}

.btnPag {
	background: #FFFFFF;
	color: #004C87;
	font-size: 12px;
	text-decoration: underline;
	border: 0px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.btnPagActivo {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	border: 0px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.panelPrincipalCategorias {
	vertical-align: top;
}

/*********************************************************
 * TABLAS DE ORGANIZACION DE CONTENIDO
 *********************************************************/
.tabla-azul {
	border: 1px solid #004C87;
	font: 12px Tahoma, sans-serif;
}

.tabla-azul-header {
	border: 1px solid #004C87;
	background: #004C87;
	height: 25px;
	margin-top: 20px;
}

.tabla-verde {
	border: 1px solid #D0F500;
	font: 12px Tahoma, sans-serif;
}

.tabla-verde-header {
	border: 1px solid #D0F500;
	height: 25px;
	background: #D0F500;
	margin-top: 20px;
}

/*********************************************************
 * TABLAS DE DATOS
 *********************************************************/
.tabla-datos1-linea1 {
	font-weight: bold;
}

.tabla-datos1-odd {
	background: #edf3fe;
	height: 20px;
}

.tabla-datos1-select {
	background: #eda3ae;
	height: 20px;
}

.tabla-datos1-even {
	height: 20px;
}

.tabla-datos1-btn-odd {
	background: #edf3fe;
	color: #004C87;
	font-size: 12px;
	text-decoration: underline;
	border: 0px;
	cursor: pointer;
}

/*********************************************************
 * ELEMENTOS HTML
 *********************************************************/
	/*******************
   botones
********************/
.btnSubmit-azul {
	background: #FFFFFF;
	color: #004C87;
	font-size: 12px;
	text-decoration: underline;
	border: 0px;
	cursor: pointer;
}

.btn-header-azul {
	background: #004C87;
	color: #FFFFFF;
	font-size: 12px;
	border: 0px;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.btn-header-verde {
	background: #D0F500;
	color: #000000;
	font-size: 12px;
	border: 0px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}



/*******************
   labels
********************/
.lbl {
	font: 12px Tahoma, sans-serif;
	margin-left: 5px;
	height: 20px;
}

.lblPequeno {
	font: 11px Tahoma, sans-serif;
	margin-left: 5px;
	height: 20px;
}

.lblHeader {
	font: 14px Tahoma, sans-serif;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

/*******************
   textBoxs
********************/
.txt {
	font: 14px Tahoma, sans-serif;
	border: 1px solid #999999;
	height: 26px;
	padding-top: 5px;
	text-indent: 5px;
	display: block;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*******************
   checkBoxs
********************/
.chk {
	height: 20px;
	padding-top: 5px;
	display: block;
}

/*******************
   radioButtons
********************/
.rb {
	font: 12px Tahoma, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

/*******************
   iconos e imagenes
********************/
.icono {
	cursor: pointer;
	height: auto;
}

.imagen {
	height: auto;
}
