TABLE.tabla-principal {
	width: 100%;
}
TABLE.tabla-cabecera {
	width: 100%;
	height: 45px;
	background-color:#000;
}
TABLE.tabla-cabecera-cliente {
	width: 100%;
	height: 45px;
}
TABLE.tabla-soporte {
	width: 990px;
}
TD.celda-central {
	border-left: 2px solid #ccc;	
}
TABLE.tabla-central {
	width:100%;
	font-size:14px;
	color:#666;
}
TABLE.tabla-iconos {
	width:170px;
}
TABLE.tabla-iconos TD{
	background-image:url(../images/base_ico_admin.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:90px;
	line-height: 12px;
}
TABLE.tabla-pie {
	width: 100%;
}
FONT.titulo-webdata {
	font-size:18px;
	color:#fc0;
	font-weight:bold;
}
FONT.titulos-administrador {
	font-size:22px;
	color:#333;
	font-weight:bold;
}
FONT.titulo-cliente {
	font-size:18px;
	color:#FFF;
}

/*agenda*/
.td_agenda_dia { background-color:#A8FD84; color:#000; border: 1px solid #A8FD84; }
.td_agenda_dia_actual { background-color:#fff; color:#000; border: 1px solid #600; }
.td_agenda_over { background-color: #8AD7FF; border: 1px solid #069; }
.td_agenda_dia_7 { background-color:#cccccc; border: 1px solid #cccccc; }
/*fin agenda*/


.tabla-login { background-color:#F4F4F4; border: 1px solid #666666;}

.tabla-login b { color: #666666; font-size:12px;}

.titulo-login { font-size:16px; color:#006699; font-weight:bold;}

.ventana-cargo {
	width:250px;
	height:250px;
	font-size:14px;
	background-color:#FFFFFF;
	position: absolute;
	z-index:10;
	margin-top:-60px;
	margin-left:120px;
	border: 1px solid #666;
	border-radius: 10px;
	padding:15px;
	/*background-image:url(../plantillas_images/backventana.jpg);*/
	background-repeat:no-repeat;
	background-position:top center;
}


#cboxLoadedContent table {
	border: 2px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #999999;
    font-size: 14px;
    margin: 20px auto;
    padding: 30px;
    text-align: left;
}

#cboxLoadedContent td {
    border: 1px solid #09f !important;
    border-radius: 5px;
    margin-right: 5px !important;
    padding: 14px;
}

#cboxLoadedContent th {
    border-bottom: 1px solid #999999;
    color: #006699;
    font-size: 25px;
}

#frm_selec_tipo p {
    background-color: #ccc;
    border-radius: 10px;
    padding: 15px;
}

#frm_selec_tipo > img {
    margin-left: 10px;
    margin-top: 7px;
    position: absolute;
    width: 35px;
}
