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

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align: center;
	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 {
	height: 10px;
	line-height: 10px;
	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 {
	width: 14px;
}

.borde-fondo-izquierda {
	width: 14px;
}

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


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


#cabecera {
	height=85px;
	vertical-align: top;
	height: 195px;
	width: 812px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}

#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;
	background-color: #FFFFFF;
}

#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: #003366;
	border-bottom-color: #003366;
	margin: 0px;
	padding: 0px;
}

#contenido {
	background-color: #FFFFFF;
	width: 613px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #605748;
	vertical-align: top;
	text-align: center;
}

#pie {
	background-color: #6699CC;
	background-position: center top;
	height: 4px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tabla-clientes {
	background-color: #999999;
}
#menuopciones {
	background-color: #FFFFFF;
	margin: 0px;
	width: 613px;
	height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	text-align: right;
	vertical-align: bottom;
}
.marco-foto {
	border: 1px solid #7CAA1E;
	background-position: center top;
}
.celda-fotos {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}
