/* ESTILOS PARA SELECTORES SIMPLES DE TIPO ********************************************************************************/

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

/* ESTILOS PARA SELECTORES DE LA CLASE Y SUBCLASES "MARCOS" *********************************************************************/

.marcos {
	width: 830px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}

.borde-esquina-izqda {
	background-image: url(images/margenes/esquina_izqda.jpg);
	height: 11px;
	width: 11px;
	line-height: 11px;
	background-repeat: no-repeat;
}

.borde-abajo {
	background-image: url(../images/fnd_margen_abajo.jpg);
	height: 10px;
	line-height: 10px;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.borde-esquina-drcha {
	background-image: url(images/margenes/esquina_drcha.jpg);
	height: 11px;
	width: 11px;
	line-height: 11px;
	background-repeat: no-repeat;
}

.borde-derecha {
	background-image: url(../images/margenes/margen_fnd_drcha.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.borde-izquierda {
	background-image: url(../images/margenes/margen_fnd_izq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	padding-top: 0px;
}

.borde-fondo-derecha {
	background-image: url(../images/fnd_margen_drch.jpg);
	width: 14px;
	background-repeat: repeat-y;
	background-position: left top;
}

.borde-fondo-izquierda {
	width: 2px;
	background-color: #333333;
}

.linea-horiz-blanca {
	line-height: 1px;
	background-color: #FFFFFF;
	height: 1px;
}


/* ESTILOS PARA LAS CELDAS CONTENEDORAS ID ********************************************************************************/


#cabecera {
	height=85px;
	vertical-align: top;
	background-position: center top;
	height: 80px;
	width: 812px;
	background-image: url(../images/cabecera.jpg);
}

#columna {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 199px;
}

#subcabecera {
	background-color: #003366;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	margin: 0px;
	padding: 0px;
}

#contenido {
	background-color: #FFFFFF;
	margin: 0px;
	width: 613px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660000;
	vertical-align: top;
}

#pie {
	background-color: #660000;
	background-position: center top;
	height: 7px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menuopciones {
	background-color: #FFFFFF;
	margin: 0px;
	width: 613px;
	background-image: url(../images/fondos_lineas/fnd_menu_opciones.jpg);
	background-repeat: repeat-x;
	height: 38px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660000;
	text-align: right;
	vertical-align: bottom;
}
.tabla-marcos {
	height: 100%;
}
