/* general */
body{
	margin : 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td{
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

/* clases */
/* ENLACES */
a, a:link, a:visited, a:active{	/*general*/
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}
a:hover{
	color: #000000;
}

/* FONDOS */
.fndCabecera{
	background-color: white;
	border-bottom: 1px solid black;
}


/* TABLAS */
table.tbl0{
	border-collapse: collapse;
}
table.tblContenido{
	border-collapse: collapse;
	margin-top: 15px;
	vertical-align: top;
	/*width: 100%;*/
}

/* fondos */
td.fndCabeceraPop{/* PARA POP-UPS */
	background-image: url(img/fndCabecera.gif);
	color: #FFFFFF;
 	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
td.fndCabeceraNav {
	background-color: #CCCCCC;
	height: 30px;
	padding: 0 0 0 0; /* top right bottom left */
	border-bottom: 4px solid #FFFFFF;
}
td.fndNavegacion {
	height: 35px;
	padding: 2 5 2 5; /* top right bottom left */
	background-color: #DDDDDD;
}
table.cntInterior { /* separaciones entre elementos en tablas interiores */
	border-collapse: separate; 
	border-spacing: 5px;
	vertical-align: bottom;
}

td.fndAcciones{
/*	background-color: #E4E5EA;*/
	background-color: #B4B4B4;
	height: 35px;
	padding: 5 5 5 5; /* top right bottom left */
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	text-align: right;
	white-space: nowrap;
}
tr.fndListaCab {
/*	font-weight: bold;*/
	height: 30px;
	text-indent: 5px;
}
tr.fndLista1 {
	background-color: #F0F0F0;
	height: 22px;
	text-indent: 5px;
}
tr.fndLista2 {
	background-color: #E3E3E3;
	height: 22px;
	text-indent: 5px;
}
td.fndListaAcc {
	padding: 5 5 5 5; /* top right bottom left */
	background-color: #B4B4B4;
	text-indent: 0px;
}



/* CONTENEDORES */
.cntSeccion{
	padding: 20px;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.cntPaginacion{
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
}
.cntLogin{
	border: 1px solid #000000;
	padding: 10px;
	width: 300px;
	text-align: center;
}
	
	
/* TEXTOS */
.titMenu{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
}
.txtResaltado{
	color: #FF0000;
	font-weight: normal;
}
.txtPagSel, .txtResaltadoBusq{ /* paginación: página seleccionada y búsqueda: resaltar texto buscado */
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
	padding: 2px;
}
.txtMsgError{
	text-align: center;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
}



/* formularios */
input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100%;
	height: 100px;
	padding: 2px;
}
.boton, button {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	color: #333333;
	font-weight: normal;
	width: auto;
	height: 19px;
	background-color: #cccccc;
	border: 1px outset #FFFFFF;
}
.caja{
	color: #333333;
	width: 100%;
	border: 2px inset #FFFFFF;
	padding: 0 3 1 3; /* top right bottom left */
	height: 19px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
