@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#f8fbfd;*/
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 100%;
}

.wrapper-zoydez {
	display:block;
	float:left;
	width:100%;
}
.menu-zoydez {
	display:block;
	float:left;
	height:60px;
	width:96.5%;
	margin-left:2%;
	margin-top:10px;
	/*background-color:skyBlue;*/
	web-kit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	/*border:2px solid #76B2B5;*/
	position: relative;	
}
.burbuja-zoydez {
	display:block;
	float:left;
	height:auto;
	width:94%;
	margin:3%;
	web-kit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	border:2px solid black;
}
.burbuja-zoydez-home {
	display:block;
	float:left;
	height:auto;
	width:95%;
	margin:2%;
	web-kit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	border:2px solid black;
}


.itemHerramientas {
	float:left;
	height:30px;
	padding-left: 32px;
	padding-top: 7px;
	color: #91F090;
	width : 18%;
	margin-top:1%;
	margin-right:1%;
	margin-left:1%;
	background-image: url("../img/itemHerramientas.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

.itemInfo {
	float:left;
	height:30px;
	padding-left: 32px;
	padding-top: 7px;
	color: #91F090;
	width : 18%;
	margin-top:1%;
	margin-right:1%;
	margin-left:1%;
	background-image: url("../img/itemInfo.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

.textItemHerramientas {
	color: green;
	font-size: 10px;
	text-decoration: none;
}

.celeste{
	border:2px solid skyBlue;
	background-color:#B3F4F7;
}
.verde{
	border:2px solid green;
	background-color:#91F090;
}
.rosa{
	border:2px solid red;
	background-color:#F0757F;
}
.amarillo{
	border:2px solid yellow;
	background-color:#E5E19D;
}
.burbuja-zoydez-title{
	font-weight:bold;
	height:auto;
	width:94%;
	margin:3%;
	text-align:center;
}
.burbuja-zoydez-text{
	height:auto;
	width:92%;
	margin:4%;
	text-align:justify;
}
.footer-zoydez {
	display:block;
	float:left;
	height:70px;
	width:100%;
	margin-top:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4AAAA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4AAAA;
	/*background-color:silver;*/
	position: relative;
	z-index: 2;
}

a.footer-link {
	display:block;
	float:left;
	height:18px;
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	text-align: left;
}
a.footer-link:hover {
	color:#333333;
}

label.footer-label {
	display:block;
	float:left;
	height:18px;
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	text-align: left;
}

label.footer-label-noline {
	display:block;
	float:left;
	height:18px;
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

.caja-zoydez-footer {
	display:block;
	float:left;
	height:63px;
	width:480px;
	padding-top: 7px;
	background-image: url("../img/linea-footer.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
.caja-zoydez-footer-right {
	display:block;
	float:right;
	height:63px;
	width:300px;
	padding-top: 7px;
	background-image: url("../img/linea-footer.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}

.msg {
	height: 22px;
	background-color: #CCEAF7;
	float:left;
	display: block; 
	position: relative;
    width: 97%;
    margin: 1%;
    border: 1px solid #6DC2E7;
	web-kit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding-left: 8px;
    padding-top: 5px;	
}

.contenedorRavioles {
	overflow-y: auto;
	overflow-x: hidden;
}

.penumbra{
	background-color: #ddd; /*color de sombra tonalidad gris*/
	border-radius: 10px 10px 10px 10px;
	web-kit-border-radius: 10px;
	-moz-border-radius: 10px;
}
 
div.raviol {
	float: left;
	height: 100px;
	margin: 0% 2% 4% 2%;
	width: 29%;
	float: left;
	text-align: center;
	text-decoration: none;
}

p.raviol {
	font-size: 14px;
	font-weight: bolder; 
	color: #435638;
	padding-top: 20px;
	cursor: pointer;
	text-align: center;
	padding-left: 30px;
	
}

p.descripcionRaviol {
	font-size: 12x;
	color: #435638;
	padding-top: 5px;
	padding-left: 110px;
	cursor: pointer;
	text-align: left;
}

.herramientas {
	background-image: url("../img/herramientas.png");
}

.auditoria {
	background-image: url("../img/auditoria.png");
}

.reservas {
	background-image: url("../img/reservas.png");
}

.usuarios {
	background-image: url("../img/usuarios.png");
}

.reclamos {
	background-image: url("../img/reclamos.png");
}

.permisos {
	background-image: url("../img/permisos.png");
}

.visitas {
	background-image: url("../img/invitados.png");
}

.guiabarrial {
	background-image: url("../img/guiabarrial.png");
}

.informaciones {
	background-image: url("../img/informaciones.png");
}

.encuestas {
	background-image: url("../img/encuestas.png");
}

.solapas-zoydez .Herramientas {
	background-image: url("../img/small-herramientas.png");
}

.solapas-zoydez .Auditoria {
	background-image: url("../img/small-auditoria.png");
}

.solapas-zoydez .Reservas {
	background-image: url("../img/small-reservas.png");
}

.solapas-zoydez .Usuarios {
	background-image: url("../img/small-usuarios.png");
}

.solapas-zoydez .Reclamos {
	background-image: url("../img/small-reclamos.png");
}

.solapas-zoydez .Permisos {
	background-image: url("../img/small-permisos.png");
}

.solapas-zoydez .Home {
	background-image: url("../img/small-home.png");
}

.solapas-zoydez .GuiaBarrial {
	background-image: url("../img/small-guiabarrial.png");
}

.solapas-zoydez .Encuestas {
	background-image: url("../img/small-encuestas.png");
}

.solapas-zoydez .Informaciones {
	background-image: url("../img/small-informaciones.png");
}

.solapas-zoydez .Visitas {
	background-image: url("../img/small-invitados.png");
}

.solapas-zoydez span.Herramientas {
	background-image: url("../img/small-color-herramientas.png");
}

.solapas-zoydez span.Auditoria {
	background-image: url("../img/small-color-auditoria.png");
}

.solapas-zoydez span.Reservas {
	background-image: url("../img/small-color-reservas.png");
}

.solapas-zoydez span.Usuarios {
	background-image: url("../img/small-color-usuarios.png");
}

.solapas-zoydez span.Reclamos {
	background-image: url("../img/small-color-reclamos.png");
}

.solapas-zoydez span.Permisos {
	background-image: url("../img/small-color-permisos.png");
}

.solapas-zoydez span.Home {
	background-image: url("../img/small-color-home.png");
}

.solapas-zoydez span.GuiaBarrial {
	background-image: url("../img/small-color-guiabarrial.png");
}

.solapas-zoydez span.Encuestas {
	background-image: url("../img/small-color-encuestas.png");
}

.solapas-zoydez span.Informaciones {
	background-image: url("../img/small-color-informaciones.png");
}

.solapas-zoydez span.Visitas {
	background-image: url("../img/small-color-invitados.png");
}

.context-zoydez {
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	position: relative;
	width: 20px;
	margin-left: 10px;
}
	

.contenidoRaviol {
	background-color: white;
	border-radius: 10px 10px 10px 10px;
	web-kit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	position: relative;
	bottom: 3px;
	right: 3px;
}


.block-menu {
	display:block;
	float:left;
	height:60px;
}
.cpo-zoydez {
	display:block;
	float:left;
	height:550px;
	width:96%;
	margin-left:2%;
	margin-top:15px;
	margin-bottom: 15px;
	position: relative;
	font-size: 12px;
}
.solapas-zoydez {
	display:block;
/*	float:left;*/
	height:22px;
	position: relative;
	float: right;
	margin-top: 10px;
	border-left: 1px solid;
}
span.solapa-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-sel.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #0e416c;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor:default;
	position: relative;
}
a.solapa-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-dis.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #678aa7;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	position: relative;
}
a.solapa-zoydez:hover {
	/*background-image: url(../img/img-zoydez/solapa-dis-over.png);*/
	background-repeat: no-repeat;
	/*color:#0e416c;*/
}
a.solapa-zoydez-disabled {
     display:block;
     float:left;
     height:37px;
     width:120px;
     /*background-image: url(../img/img-zoydez/solapa-sel.png);*/
     background-repeat: no-repeat;
     margin-right: 4px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     line-height: 40px;
     /*color: #0e416c;*/
     text-transform: uppercase;
     padding-left: 12px;
     text-decoration:none;
     font-weight: bold;
     cursor:pointer;
}

span.solapa-home-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-sel.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #0e416c;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor:default;
	position: relative;
}
a.solapa-home-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-dis.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #678aa7;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	position: relative;
}
a.solapa-home-zoydez:hover {
	/*background-image: url(../img/img-zoydez/solapa-dis-over.png);*/
	background-repeat: no-repeat;
	/*color:#0e416c;*/
}
a.solapa-home-zoydez-disabled {
     display:block;
     float:left;
     height:37px;
     width:120px;
     /*background-image: url(../img/img-zoydez/solapa-sel.png);*/
     background-repeat: no-repeat;
     margin-right: 4px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     line-height: 40px;
     /*color: #0e416c;*/
     text-transform: uppercase;
     padding-left: 12px;
     text-decoration:none;
     font-weight: bold;
     cursor:pointer;
}

span.solapa-tools-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-sel.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #0e416c;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor:default;
	position: relative;
}
a.solapa-tools-zoydez {
	display:block;
	float:left;
	height:37px;
	width:120px;
	/*background-image: url(../img/img-zoydez/solapa-dis.png);*/
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	/*color: #678aa7;*/
	text-transform: uppercase;
	padding-left: 12px;
	text-decoration:none;
	font-weight: bold;
	position: relative;
}
a.solapa-tools-zoydez:hover {
	/*background-image: url(../img/img-zoydez/solapa-dis-over.png);*/
	background-repeat: no-repeat;
	/*color:#0e416c;*/
}
a.solapa-tools-zoydez-disabled {
     display:block;
     float:left;
     height:37px;
     width:120px;
     /*background-image: url(../img/img-zoydez/solapa-sel.png);*/
     background-repeat: no-repeat;
     margin-right: 4px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     line-height: 40px;
     /*color: #0e416c;*/
     text-transform: uppercase;
     padding-left: 12px;
     text-decoration:none;
     font-weight: bold;
     cursor:pointer;
}


.barra-acciones {
	display:block;
	float:left;
	height:39px;
	width:100%;
	/*background-image: url(../img/img-zoydez/menu-acciones-back.png);*/
	/*background-repeat:  repeat-x;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/*border-right-color: #aab5c2;*/
	/*border-left-color: #aab5c2;*/
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}
.acciones-right {
	display:block;
	float:right;
	height:39px;
	padding-right: 8px;
	padding-left: 8px;
}
a.accion-menu-zoydez {
	display:block;
	float:left;
	height:39px;
	min-width:75px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 39px;
	text-decoration:none;
	text-align:center;
	/*color: #419dde;
	background-image: url(../img/img-zoydez/separador-acciones.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
}
a.accion-menu-zoydez:hover {
	/*color:#254f80;*/
}
.inbox-container {
	display:block;
	float:left;
	height:545px; 
	width:100%;
	/*background-color:#f4f5f7;*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-right-color: #aab5c2;
	border-bottom-color: #aab5c2;
	border-left-color: #aab5c2;*/
	overflow-y:scroll;
	overflow-x:hidden;
	position:relative;
	z-index:5;
}
.wraps-container {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width: 100%;
}
.acciones-cont {
	display:block;
	float:left;
	height:39px;
	width:50%;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}
.acciones-right {
	display:block;
	float:right;
	height:39px;
	padding-right: 8px;
	padding-left: 8px;
}
a.accion-menu-zoydez {
	display:block;
	float:left;
	height:39px;
	min-width:75px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 39px;
	text-decoration:none;
	text-align:center;
	/*color: #419dde;
	background-image: url(../img/img-zoydez/separador-acciones.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
}
a.accion-menu-zoydez:hover {
	/*color:#254f80;*/
}


/*Estilos del Splitter*/
#MySplitter {
	height: 570px;
	position:relative;	/* No padding allowed */
	margin-bottom: 10px;
}
/*
 * Left-side element of the splitter. Use pixel units for the
 * min-width and max-width; the splitter plugin parses them to
 * determine the splitter movement limits. Set the width to
 * the desired initial width of the element; the plugin changes
 * the width of this element dynamically.
 */
#LeftPane {
	width:81%; /* Define nada mas que la posicion inicial del splitter */
	height: auto;
}
/*
 * Right-side element of the splitter.
 */
#RightPane {
	/*overflow: auto;	 No margin or border allowed */
	min-width:228px;
	max-width:450px;
	margin-left:2px;
}

/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
#MySplitter .vsplitbar {
	width: 6px;
	background-color: ##f4f5f7;
	background-image:url(../img/img-zoydez/vgrabber.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:2px;
	margin-right:2px;
}
#MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
	background-image: url(../img/img-zoydez/vgrabber.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a.accion {
	/*color:#419dde*/
}


/* Estilos Solapas derecha*/
UL.tabNavigation {
	list-style: none;
	padding: 0;
	display:block;
	float:left;
	width: 100%;
	height:25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

UL.tabNavigation LI {
	display:block;
	float:left;
	font-size:9px;
	width:74px;
	height:25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

UL.tabNavigation LI A {
	padding: 0px;
	display:block;
	float:left;
	/*color: #25577f;*/
	text-decoration: none;
	height:25px;
	margin: 0px;
	/*background-image: url(../img/img-zoydez/solapa-dis-pre.png);*/
	background-repeat: no-repeat;
	width: 67px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
}

UL.tabNavigation LI A.selected {
	/*background-image: url(../img/img-zoydez/solapa-sel-pre.png);*/
	background-repeat: no-repeat;
	/*color:#4d697f;*/
}
UL.tabNavigation LI A:hover {
    /*background-image: url(../img/img-zoydez/solapa-dis-pre-over.png);*/
	background-repeat: no-repeat;
}
                
UL.tabNavigation LI A:focus {
    outline: 0;
}

div.tabs > div {
    padding: 5px;
    /*border: 1px solid #a9b5c1;*/
}
                
div.tabs > div h2 {
    margin-top: 0;
}

div.cpo-tab {
	height:545px;
	display:block;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative; 
	border: 1px solid #435638;
	overflow-y: scroll;
}

/*
#first {
	height:545px;
	display:block;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative; 
	border: 1px solid #435638;
	overflow-y: scroll;
}

#second {
	height:545px;
	display:block;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #435638;
	overflow-y: scroll;
}

#third {
	height:545px;
	display:block;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #435638;
	overflow-y: scroll;
}
/*
/*Fin Estilos del Splitter*/

.barra-acciones-pre {
	display:block;
	float:left;
	width:100%;
	height:38px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;
	/*background-image: url(../img/img-zoydez/menu-acciones-back-pre.png);*/
	background-repeat:  repeat-x;
	background-position: left;
}
a.acciones-pre {
	display:block;
	float:left;
	height: 30px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #419dde;*/
	font-size: 11px;
	line-height: 30px;
	text-decoration:none;
}
a.acciones-pre:hover {
	/*color:#254f80;*/
}
.acciones-pre-cont {
	display:block;
	float:left;
	height:30px;
	width:85%;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}
.barra-title{
	/*color:#419DDE;*/
	font-weight:bold;
	height:auto;
	width:90%;
	margin:9px;
	text-align:center;
	font-size:15px;
}
.cpo-prev-zoydez {
	display:block;
	float:left;
	width:91%;
	height:auto;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-x:hidden;
}
.wrap-line-zoydez {
	width: 94%;
	height:auto;
	display:block;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 6px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 9px;
	position: relative;
}
.paginador{
	text-align:right;
	width: 90%;
	margin-right: 7%;
	color:green;
}
.wrap-boton-zoydez {
	width: 80%;
	height:auto;
	display:block;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 6px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 9px;
	position: relative;
}
label {
	/*color: #000000;*/
	line-height: 17px;
	text-align: right;
	vertical-align: baseline;
	width: 15%;
	padding-right: 1px;
	height: 18px;
	margin-top: 0px;
	margin-right:2px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	float: left;
}
label.large-zoydez {
	width: 110px;
	text-align:left;
}
label.extralarge-zoydez {
	width: 75%;
	text-align:left;
}

label.extralarge-zoydez-comentarioreclamo {
	width: 75%;
	text-align:left;
	height: 150px;
}

label.datetime-zoydez {
	width: 15%;
	text-align:left;
}
label.large-zoydez-submenu {
 	margin-left: 30px;
    margin-top: 10px;
    text-align: left;
    width: 55px;
}
label.large-zoydez-dis {
	width: 110px;
	text-align:left;
	/*color:#666666;*/
}
label.medium-zoydez {
	width: 80px;
	text-align:left;
}
label.medium-zoydez-dis {
	width: 80px;
	text-align:left;
	/*color:#666666;*/
}
label.medium-right-zoydez {
	width: 80px;
	margin-right: 10px;
	text-align:right;
}
label.medium-right-zoydez-dis {
	width: 80px;
	margin-right: 10px;
	text-align:right;
	/*color:#666666;*/
}
label.bold{
	font-weight:bold;
}
label.detalle-large-zoydez {
	width:75%;
	text-align:left;
	color:#484a4a;
}
label.detalle-medium-zoydez {
	width:28%;
	text-align:left;
	color:#484a4a;
}
label.large-right-zoydez {
	width: 175px;
	margin-right: 10px;
	text-align:rigth;
}
input {
	/*color: #000000;*/
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	vertical-align: baseline;
	height: 15px;
	margin-top: 3px;
	margin-right: 0px;
	/*margin-bottom: 5px;*/
	margin-left: 0px;
	float: left;
	display: block;
	padding-left: 2px;
	/*border: 1px solid #AFBBD3;*/
	web-kit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
input.large-zoydez {
	width:75%;
}
input.large-zoydez-disabled {
	width:75%;
	/*background-color:#f3f5f6;*/
}
input.medium-zoydez {
	width:28%;
	margin-right: 10px;
}
input.medium-zoydez-disabled {
	width:28%;
	margin-right: 10px;
	/*background-color:#f3f5f6;*/
}
input.small-zoydez-fijo {
	width:45px;
	margin-right: 10px;
}
input.small-zoydez-fijo-disabled {
	width:45px;
	margin-right: 10px;
	/*background-color:#f3f5f6;*/
}
select {
	/*background-color:#E6E6E6;
	color: #000000;*/
	line-height: 1.2em;
	display: block;
	text-align: left;
	vertical-align: baseline;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	/*border: 1px solid #AFBBD3;*/
}
select.large-zoydez {
	width:75%;
}
select.large-zoydez-disabled {
	width:75%;
	/*background-color:#f3f5f6;*/
}
select.medium-zoydez {
	width:150px;
}
select.medium-zoydez-disabled {
	width:150px;
	/*background-color:#f3f5f6;*/
}
select.small-zoydez {
	width:93px;
}
select.small-zoydez-disabled {
	width:93px;
	/*background-color:#f3f5f6;*/
}
.up-zoydez {
	display:block;
	float:left;
	height:20px;
	width:95%;
	margin-left:2%;
	margin-top:20px;
	margin-bottom:20px;
	web-kit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	/*border-top:2px solid #76B2B5;
	border-right:2px solid #76B2B5;
	border-left:2px solid #76B2B5;*/
	text-align:center;
	font-weight:bold;
	/*color:#419DDE;*/
}
.down-zoydez {
	display:block;
	float:left;
	height:10px;
	width:95%;
	margin-left:2%;
	margin-top:10px;
	margin-bottom: 20px;
	web-kit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	/*border-bottom:2px solid #76B2B5;
	border-right:2px solid #76B2B5;
	border-left:2px solid #76B2B5;*/
	text-align:center;
	font-weight:bold;
	/*color:#419DDE;*/
}





.h-agregados {
	display:block;
	float:left;
	width:100%;
	/*background-image: url(../img/img-mdo/linea-inferior-punteada.png);*/
	background-repeat:  repeat-x;
	background-position: left bottom;
	margin-bottom: 3px;
}
span.tittle-list {
	display:block;
	float:left;
	width:154px;
	padding-left:4px;
	padding-right:4px;
	/*background-image: url(../img/img-mdo/solapa-agregados.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	/*color: #FFFFFF;*/
	height: 20px;
	line-height: 17px;
	text-align: center;
}
.elem-agregado {
	display:block;
	float:left;
	height:25px;
	width:90%;
	/*background-color:#f3f3f3;*/
	margin-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	/*border-bottom-color: #e2eff7;*/
	text-align: center;
}
.tabla{
	width:100%;
	height:auto;
}
.tabla-cabecera{
	width:100%;
	height:auto;
}
span.link-elem-detalle {
	display:block;
	float:left;
	font-size: 11px;
	line-height: 27px;
	height: 52px;
	/*color: #3a93cc;*/
	padding-right: 10px;
	/*background-image: url(../img/img-mdo/separador-doc-found.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	/*border-right: 2px solid white;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
span.diez{
	width:10%;
	height: auto;
}
span.quince{
	width:15%;
	height: auto;
}
span.veinte{
	width:20%;
	height: auto;
}
span.veinticinco{
	width:25%;
	height: auto;
}
span.treinta{
	width:30%;
	height: auto;
}
span.elem-detalle{
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	width:24px;
	background-repeat:  no-repeat;
	margin-top: 2px;
}
span.celular{
	background-image: url(../img/img-zoydez/cel20px.png);	
}
span.mail{
	background-image: url(../img/img-zoydez/arroba20px.png);	
}
span.oficina{
	background-image: url(../img/img-zoydez/edificio20px.png);	
}
span.casa{
	background-image: url(../img/img-zoydez/home20px.png);	
}
span.fax{
	background-image: url(../img/img-zoydez/fax20px.png);	
}
span.telefono{
	background-image: url(../img/img-zoydez/tel20px.png);	
}
span.otro{
	background-image: url(../img/img-zoydez/herramientas20px.png);	
}
a.accion-form-minus {
	display:block;
	float:right;
	height:21px;
	line-height:21px;
	width:20px;
	/*background-image: url(../img/img-mdo/minus.png);*/
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-minus:hover {
	/*background-image: url(../img/img-mdo/minus-over.png);*/
	background-repeat:  no-repeat;
	background-position: center center;
}
a.accion-form-plus {
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	width:20px;
	/*background-image: url(../img/img-mdo/plus.png);*/
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-plus:hover {
	/*background-image: url(../img/img-mdo/plus-over.png);*/
	background-repeat:  no-repeat;
	background-position: center center;
}
a.accion-form-detalle {
	display:block;
	float:right;
	height:21px;
	line-height:21px;
	width:20px;
	background-image: url(../img/img-zoydez/icon-detalle.png);
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-detalle:hover {
	background-image: url(../img/img-zoydez/icon-detalle-over.png);
	background-repeat:  no-repeat;
	background-position: center center;
}
a.accion-form-modif {
	display:block;
	float:right;
	height:21px;
	line-height:21px;
	width:20px;
	background-image: url(../img/img-zoydez/icon-modif.png);
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-modif:hover {
	background-image: url(../img/img-zoydez/icon-modif-over.png);
	background-repeat:  no-repeat;
	background-position: center center;
}
a.accion-form-eliminar {
	display:block;
	float:right;
	height:21px;
	line-height:21px;
	width:20px;
	background-image: url(../img/img-zoydez/icon-eliminar.png);
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-eliminar:hover {
	background-image: url(../img/img-zoydez/icon-eliminar-over.png);
	background-repeat:  no-repeat;
	background-position: center center;
}
a.accion-form-ok {
	display:block;
	float:right;
	height:21px;
	line-height:21px;
	width:20px;
	background-image: url(../img/img-zoydez/icon-ok.png);
	background-repeat:  no-repeat;
	background-position: center center;
	margin-top: 2px;
}
a.accion-form-ok:hover {
	background-image: url(../img/img-zoydez/icon-ok-over.png);
	background-repeat:  no-repeat;
	background-position: center center;
}
a.boton-zoydez-medio {
	display:inline-block;
	float:right;
	width:97px;
	height:29px;
	text-decoration:none;
	/*background-image:url(../img/img-mdo/boton-medio.png);*/
	background-repeat: no-repeat;
	line-height: 29px;
	/*color: #155c7d;*/
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-right: 8px;
}
a.boton-zoydez-medio:hover {
	/*background-image:url(../img/img-mdo/boton-medio-over.png);*/
	background-repeat: no-repeat;
}


textarea {
	display:block;
	float:left;
	width:300px;
	margin-right:100px;
}
textarea.tetxtarea-zoydez {
	width:54%;
	padding-left:5px;
	height:74px;
	overflow-y:scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input.check-form {
	display:block;
	float:left;
}
input.tabla{
	margin-top:7px;
}
input.radio-form {
	display:block;
	float:left;
	left:25;
	line-height:25px;
	text-align:center;
	margin-top:2px;
	margin-top:3px\9 /* IE7 y 8*/
}
input.check-form-toggle {
	display:block;
	float:left;
}
input.check-form-toggle-pre {
	display:block;
	float:left;
}
input[type=submit].boton-zoydez-medio {
	display:inline-block;
	float:right;
	width:97px;
	height:29px;
	text-decoration:none;
	/*background-image:url(../img/img-mdo/boton-medio.png);*/
	background-repeat: no-repeat;
	line-height: 29px;
	/*color: #155c7d;*/
	border:0px;
	background:transparent;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-right: 8px;
}
input[type=submit].boton-zoydez-medio:hover {
	/*background-image:url(../img/img-mdo/boton-medio-over.png);*/
	background-repeat: no-repeat;
}
.header{
	width:300px;
	height:25px;
	text-align:right;
	margin-right: 20px;
	margin-top: 32px;
	float:right;
}
span.usuario{
}
a.cerrar-sesion{
}
a.paginador{
	margin-right:12px;
}
.multiple-box {
	display:block;
	float:left;
	width:90%;
	height:100px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 0%;
	overflow-x:hidden;
	overflow-y:scroll;
	border:2px solid #A3A2A2;
}
.check-multiple-box{
	margin:4px;
	width:200px;;
	height:20px;
	display:block;
	float:left;
}
.check-multiple-box-small{
	margin:4px;
	width:105px;;
	height:20px;
	display:block;
	float:left;
}
.inbox-calendar{
	overflow-y:hidden;
	height:100%;
}
/**** WEEKCALENDAR ****/
label.calendar-label{
	width:100px;
	text-align:left;
}
select.calendar-select{
	height:28px;
}
textarea.calendar-textarea{
	width:252px;
	height:100px;
}
/**** FIN WEEKCALENDAR ****/
















/*        INICIO NUEVOS MENSAJES        */

.error-left{
    background-image:url(../img/mensajes/error-left.jpg);
    background-repeat:no-repeat;
    min-height: 50px;
    width: 47px;
    float: left;
}

.error-center{
    background-image:url(../img/mensajes/error-center.jpg);
    color: #DD3333;   
    background-repeat:repeat-x;
    min-height: 50px;
    width: 90%;
    float: left;
    padding-top: 14px;
    text-indent: -34px;
    font-size: 13px;
    text-align: center;
   
}

.error-right{
    background-image:url(../img/mensajes/error-right.jpg);
    background-repeat:no-repeat;
    min-height: 50px;
    width: 6px;
    float: left;
}

.info-left{
    background-image:url(../img/mensajes/info-left.jpg);
    background-repeat:no-repeat;
    min-height: 50px;
    width: 47px;
    float: left;
}

.info-center{
    background-image:url(../img/mensajes/info-center.jpg);
    color: #22AA55;
    background-repeat:repeat-x;
    min-height: 50px;
    width: 90%;
    float: left;
    padding-top: 14px;
    text-indent: -34px;
    font-size: 13px;
    text-align: center;
   
}

.info-right{
    background-image:url(../img/mensajes/info-right.jpg);
    background-repeat:no-repeat;
    min-height: 50px;
    width: 6px;
    float: left;
}

div.error-message {
    clear: both;
    color: #DD3333;
    background-image: url(../img/icons/exclamation.png);
    background-repeat:no-repeat;
    background-color: #fff3f3;
    background-position:1% 50%;
    width:98%;
    text-indent:2.5em;
    border-color:#ff0000;
    border-style:solid;
    border-width:1px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
   
}
   
   
/*        FIN NUEVOS MENSAJES        */

/*        INICIO NUEVOS BOTONES        */

a.boton-borrar{
    background-image:url(../img/mensajes/Delete2.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-ver{
    background-image:url(../img/mensajes/Search.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-modificar{
    background-image:url(../img/mensajes/Modify.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-alta{
    background-image:url(../img/mensajes/Add.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-recargar{
    background-image:url(../img/mensajes/refresh.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-back{
    background-image:url(../img/mensajes/Back.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.boton-home{
    background-image:url(../img/mensajes/home.png);
    background-repeat: no-repeat;
    background-position: center;
    display:block;
    height:32px;
    width:32px;   
}

a.boton-imprimir{
    background-image:url(../img/mensajes/imprimir.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*        FIN NUEVOS BOTONES        */

/*        INICIO CAMPOS REQUERIDOS        */
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
/*        FIN CAMPOS REQUERIDOS        */

/* INICIO LABELS DETALLE */
label.bold{
    font-weight:bold;
}
/* INICIO LABELS DETALLE */

/* INICIO BUSCADOR FLECHAS */
span a.asc:after {
    content: ' ⇣';
}
span a.desc:after {
    content: ' ⇡';
}
/* FIN BUSCADOR FLECHAS */

.mensajes-home{
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    width: 40%;	
	
}

.encuestabar {
    background-image:url(../img/encuestas/pollbg.gif); 
    /*url("http://localhost/wordpress/wp-content/plugins/wp-polls/images/default/pollbg.gif");*/
    border: 1px solid #C8C8C8;
    font-size: 6px;
    height: 8px;
    line-height: 8px;
    margin: 1px;
}

div.guia {
	width: 44%;
	position: relative;
	float: left;
	display: block;	
	margin: 3%;
}

div.itemRubro {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #719160;
	border-bottom: solid 1px green;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: black;
}

div.itemSubRubro {
	width: 96%;
	padding-left: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #9BC782;
	border-bottom: solid 1px green;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: black;
}

a.rubro {
	display:block;
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-transform: uppercase;
	color: black;
	float: left;
}

div.plus {
	background-image: url(../img/img-zoydez-green/plus.png);
	height: 16px;
	width: 16px;
	float: right;
	display: block;
	position: relative;
}
div.plus:hover {
	background-image: url(../img/img-zoydez-green/plus-over.png);
	cursor: pointer;
}

.wc-scrollable-grid {
	
}