/* CSS Document */
INPUT, SELECT, TEXTAREA {
	background:#FFF url('images/bgInput.gif') no-repeat left top;
	border:1px solid;
	border-top-color:#9D9D9D;
	border-bottom-color:#E7E7E7;
	border-right-color:#E7E7E7;
	border-left-color:#9D9D9D;
	font-size:1em;
	margin:0;
	padding:.2em .1em .1em .5em;
	color:#555;
	font-family:Arial;
}

SELECT.select1{
	WIDTH: 280px;
}

.borde_right {
	background-image:url(images/bg_borde_right.gif);
	background-repeat:repeat-y;
	width: 9px;
}
.borde_height {
	background-image:url(images/bg_borde_bottom.gif);
	background-repeat:repeat-x;
	height: 9px;
}
.borde_rightP {
	background-image:url(images/bg_borde_rightP.gif);
	background-repeat:repeat-y;
	width: 9px;
}
.borde_heightP {
	background-image:url(images/bg_borde_bottomP.gif);
	background-repeat:repeat-x;
	height: 9px;
}
.borde_corner {
	background-image:url(images/bg_borde_corner.gif);
	background-repeat:no-repeat;
}
.borde_corner_left {
	background-image:url(images/bg_borde_corner_left.gif);
	background-repeat:no-repeat;
	background-position: top right;
	width: 5px;
}
.borde_top_corner_left{
	width: 5px;
}
.borde_cornerP {
	background-image:url(images/bg_borde_cornerP.gif);
	background-repeat:no-repeat;
}
.borde_corner_leftP {
	background-image:url(images/bg_borde_corner_leftP.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
.BordeTituloFormulario {
	background-image:url(images/bg_borde_corner_left_titulob.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	height: 21px;
}
.campoAgenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 50px;
	padding-left: 8px;
	vertical-align: top;
}

.campoAgendaFechaActual {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFF9F9;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 50px;
	padding-left: 8px;
	vertical-align: top;
}

.campoAgenda a, .campoAgendaFechaActual a{
	text-decoration: none;
	text-align: right;
}

.coAgenda a{
	color: #996666;
	text-decoration: none;
	text-align: center;
	width: 100px;
	background-color: #00CC00;
}
.campoAgenda a:hover, .campoAgendaFechaActual a:hover{
	text-decoration: none;
	text-align: right;
}
.coAgenda a:hover{
	color: #CC9999;
	text-decoration: none;
	text-align: center;
	width: 100px;
	background-color: #00CC00;
}

.campoAgendaTexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.imgAgenda{
	position: relative;
}

table.opcionAgendaCita{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #99CCFF;
	cursor: pointer;
	padding: 2px;
}
table.opcionAgendaCitaConfirmada{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 100%;
	background-color: #66CC66;
	cursor: pointer;
	padding: 2px;
}
table.opcionAgendaCitaCancelada{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 100%;
	background-color: #CCCCCC;
	cursor: pointer;
	padding: 2px;
}
table.opcionAgendaAtencion{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 100%;
	background-color: #FF9900;
	cursor: pointer;
	padding: 2px;
}
table.opcionAgendaCita:hover{
	background-color: #336699;
}
table.opcionAgendaCitaConfirmada:hover{
	background-color: #006600;
}
table.opcionAgendaCitaCancelada:hover{
	background-color: #666666;
}
table.opcionAgendaAtencion:hover{
	background-color: #993300;
}
div.opcionAgendaCitaOpciones{
	background-color: #777777;
	position:absolute;
	z-index:1;
}
tr.campoValorAgenda {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
	cursor: pointer;
}
tr.campoValorAgenda:hover {
	background-color: #999999;
}
.BordeFormularioIzquierda {
	background-color: #F9F9F9;
	width:5px;
}
.BordeFormulario {
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.BordeFormulario2 {
	border: 1px solid #92B2CA;
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.Botones {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-image: url(images/APP_bgn_botones.gif);
	height: 17px;
	text-decoration:none;
}
.sombraCont {
	background-image: url(images/APP_bgn_pieTabla.gif);
	background-repeat: repeat-x;
	height: 12px;
}

.TitulosCampos {
	font-family: Arial;
	font-size: 13px;
	color: #353535;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px; 
}
.CamposFormularios {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}
.CamposSelect {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	WIDTH: 300px;
}



.CamposFormulariosNoEditable {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	background-color : #DCDCDC;
	border-style: groove;
}
.CamposFormulariosNumero {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-align: right;
	background-color : #F5F5F5;
	border-style: groove;
}
.Pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #246494;
	background-image: url(images/APP_bgn_pie.gif);
	height: 20px;
	vertical-align: middle;
}
.FondoInferiorContenido {
	background-image: url(images/APP_bgn_ContBot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.TituloFormulario {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	height: 21px;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	background-image:url(images/bg_borde_titulo_formulariob.gif);
	background-repeat:repeat-x;	
	background-position: bottom left;
}
.TituloFormulario a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	text-decoration: none;
}
.QuickLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/APP_bgn_QkLinksSepara.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.TituloColumna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	padding-left: 8px;
	height: 18px;
	text-align: center;
	cursor: default;
	white-space: nowrap;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-image:url(images/bg_borde_titulo_columna.gif);
	background-repeat:repeat-x;	
}

.TituloColumna a{
	text-decoration: none;
	color: #CC0000;
	white-space: nowrap;
}

.TituloColumna a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.TituloColumna a:visited{
	color: #CC0000;
}

.TituloColumnaLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}


.ColumnaLinea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 18px;
	padding-left: 8px;
}
.ColumnaLinea1 a, .ColumnaLinea2 a {

	color: #1474A3;
	text-decoration: none;
}
.ColumnaLinea1 a:hover, .ColumnaLinea2 a:hover {
	color: #0F5779;
	text-decoration: none;
}

.ColumnaLinea2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 18px;
	padding-left: 8px;
}
.ColumnaLinea1Over {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #F5DFCB;
	height: 18px;
	padding-left: 8px;
}
.ColumnaLinea2Over {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	background-color: #F5DFCB;
	height: 18px;
	padding-left: 8px;
}
.ColumnaLineaTotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #BED1E0;
	height: 18px;
	padding-left: 8px;
	font-weight: bold;
}

.Paginacion01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #575757;
	background-color: #DCE7EF;
	padding-left: 8px;
	height: 22px;
}

.Paginacion01:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3696C5;
	background-color: #DCE7EF;
	padding-left: 8px;
	height: 22px;
}

.Paginacion02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1474A3;
	background-color: #DCE7EF;
	text-align: right;
	padding-right: 8px;
}

.Paginacion03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #DCE7EF;
	text-align: right;
	padding-right: 4px;
}

.Paginacion04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #DCE7EF;
	text-align: center;
	padding-right: 4px;
}

.CarpetasActiva {
	background-image: url(images/APP_bgn_CarpetasActiva.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2867A3;
	padding-right: 8px;
	padding-left: 8px;
	height: 26px;
	text-align: center;
}
.QuickLinksTit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/APP_bgn_QLinksTit.gif);
}
.Pie a {
	color: #A61C1B;
}
.MensajeAlerta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	background-color: #FFFFFF;
	padding-left: 8px;
	height: 20px;
	font-weight: bold;
}
.ColumnaLineaNum1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7F9DB9;
	border-right: 1px solid #7F9DB9;
	height: 18px;
	text-align: right;
	padding-right: 8px;
}
.ColumnaLineaNum2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EFEFEF;
	border-bottom: 1px solid #7F9DB9;
	border-right: 1px solid #7F9DB9;
	height: 18px;
	padding-right: 8px;
	text-align: right;
}
.ColumnaLineaNum1Over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	background-color: #F5DFCB;
	height: 18px;
	text-align: right;
	padding-right: 8px;
}
.ColumnaLineaNum2Over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	background-color: #F5DFCB;
	height: 18px;
	text-align: right;
	padding-right: 8px;
}
.ColumnaLineaTotalNumeros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #BED1E0;
	height: 18px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

.RegistrosPorPagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	font-size: 62.5%;
}

table {
	font-size: 1em;
}

/* Site
   -------------------------------- */

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

/* Layout
   -------------------------------- */

.layout-grid {
	width: 960px;
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.left-nav {
	width: 140px;
}

.layout-grid td.normal {
	border-left: 1px solid #eee;
	padding: 20px 24px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

.layout-grid td.demos {
	background: url('/images/demos_bg.jpg') no-repeat;
	height: 337px;
	overflow: hidden;
}

/* Normal
   -------------------------------- */

.normal h3,
.normal h4 {
	margin: 0;
	font-weight: normal;
}

.normal h3 {
	padding: 0 0 9px;
	font-size: 1.8em;
}

.normal h4 {
	padding-bottom: 21px;
	border-bottom: 1px dashed #999;
	font-size: 1.2em;
	font-weight: bold;
}

.normal p {
	font-size: 1.2em;
}

/* Demos */

.demos-nav, .demos-nav dt, .demos-nav dd, .demos-nav ul, .demos-nav li {
	margin: 0;
	padding: 0
}

.demos-nav {
	float: left;
	width: 170px;
	font-size: 1.3em;
}

.demos-nav dt,
.demos-nav h4 {
	margin: 0;
	padding: 0;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #CC0000;
}

.demos-nav dt,
.demos-nav h4 {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom:5px;
	line-height: 1.2em;
	border-bottom: 1px solid #F4F4F4;
}

.demos-nav dd a,
.demos-nav li a {
	border-bottom: 1px solid #F4F4F4;
	display:block;
	padding: 4px 3px 4px 8px;
	font-size: 90%;
	text-decoration: none;
	color: #555 ;
	margin:2px 0;
	height:13px;
	margin-left: 13px;
}

.demos-nav dd a.linkMenu:focus,
.demos-nav dd a.linkMenu:hover,
.demos-nav dd a.linkMenu:focus {
	background: #f3f3f3;
	color:#000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
 .demos-nav dd a.selected {
	background: #CC0000;
	color:#ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


/* new styles for demo pages, added by Filament 12.29.08
eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts
*/

.normal h3.demo-header { font-size:32px; padding:0 0 5px; border-bottom:1px solid #eee; text-transform: capitalize; }
.normal h4.demo-subheader { font-size:10px; text-transform: uppercase; color:#999; padding:8px 0 3px; border:0; margin:0; }
.normal a:link,
.normal a:visited { color:#1b75bb; text-decoration:none; }
.normal a:hover,
.normal a:active { color:#0b559b; }

#demo-config { padding:20px 0 0; }

#demo-frame { float:left; width:540px; height:380px; border:1px solid #ddd; overflow: auto; position: relative; }
#demo-frame h3, #demo-frame h4 { padding: 0; font-weight: bold; font-size: 1em; }

#demo-config-menu { float:right; width:180px;  }
#demo-config-menu h4 { font-size:13px; color:#666; font-weight:normal; border:0; padding-left:18px; }

#demo-config-menu ul { list-style: none; padding: 0; margin: 0; }

#demo-config-menu li { font-size:12px; padding:0 0 0 10px; margin:3px 0; zoom: 1; }

#demo-config-menu li a:link,
#demo-config-menu li a:visited { display:block; padding:1px 8px 4px; border-bottom:1px dotted #b3b3b3; }
* html #demo-config-menu li a:link,
* html #demo-config-menu li a:visited { padding:1px 8px 2px; }
#demo-config-menu li a:hover,
#demo-config-menu li a:active { background-color:#f6f6f6; }

#demo-config-menu li.demo-config-on { background: url(images/demo-config-on-tile.gif) repeat-x left center; }

#demo-config-menu li.demo-config-on a:link,
#demo-config-menu li.demo-config-on a:visited,
#demo-config-menu li.demo-config-on a:hover,
#demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top: 0px; margin-bottom: 0px; }

#demo-source, #demo-notes {
	clear: both;
	padding: 20px 0 0;
	font-size: 1.3em;
}

#demo-notes { width:520px; color:#333; font-size: 1em; }
#demo-notes p code, .demo-description p code { padding: 0; font-weight: bold; }
#demo-source pre, #demo-source code { padding: 0; }
code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%;  }

#demo-source a:link,
#demo-source a:visited,
#demo-source a:hover,
#demo-source a:active { font-size:12px; padding-left:13px; background-position: left center; background-repeat: no-repeat; }

#demo-source a.source-open:link,
#demo-source a.source-open:visited,
#demo-source a.source-open:hover,
#demo-source a.source-open:active { background-image: url(images/demo-spindown-open.gif); }

#demo-source a.source-closed:link,
#demo-source a.source-closed:visited,
#demo-source a.source-closed:hover,
#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }

div.demo {
	padding:12px;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

div.demo h3.docs { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; }

div.demo-description {
	clear:both;
	padding:12px;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top left;
}

.left-nav .demos-nav {
	padding-right: 10px;
}

#demo-link { font-size:11px;  padding-top: 6px; clear: both; overflow: hidden; }
#demo-link a span.ui-icon { float:left; margin-right:3px; }

/* Component containers
----------------------------------*/
#widget-docs .ui-widget { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget input, #widget-docs .ui-widget select, #widget-docs .ui-widget textarea, #widget-docs .ui-widget button { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget-header { border: 1px solid #ffffff; background: #464646 url(images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
#widget-docs .ui-widget-header a { color: #ffffff; }
#widget-docs .ui-widget-content { border: 1px solid #ffffff; background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; }
#widget-docs .ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
#widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default { border: 1px solid #666666; background: #555555 url(images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus { border: 1px solid #666666; background: #444444 url(images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active { border: 1px solid #666666; background: #ffffff url(images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; }
#widget-docs .ui-state-active a { color: #F6921E; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
#widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; }
#widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x; color: #cd0a0a; }
#widget-docs .ui-state-error-text, #widget-docs .ui-widget-content #widget-docs .ui-state-error-text { color: #cd0a0a; }
#widget-docs .ui-state-disabled, #widget-docs .ui-widget-content #widget-docs .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
#widget-docs .ui-priority-primary, #widget-docs .ui-widget-content #widget-docs .ui-priority-primary { font-weight: bold; }
#widget-docs .ui-priority-secondary, #widget-docs .ui-widget-content #widget-docs .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
#demo-frame-wrapper .ui-icon, #widget-docs .ui-icon { width: 16px; height: 16px; background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-header .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); }
#widget-docs .ui-state-default .ui-icon { background-image: url(images/888888_256x240_icons_icons.png); }
#widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-active .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-highlight .ui-icon {background-image: url(images/2e83ff_256x240_icons_icons.png); }
#widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {background-image: url(images/cd0a0a_256x240_icons_icons.png); }


/* Misc visuals
----------------------------------*/

/* Corner radius */
#widget-docs .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
#widget-docs .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#widget-docs .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#widget-docs .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#widget-docs .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#widget-docs .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
#widget-docs .ui-widget-overlay { background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
#widget-docs .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

/*
----------------------------------*/

#widget-docs { margin:20px 0 0; border: none; }

#widget-docs h2, #widget-docs h3, #widget-docs h4, #widget-docs p, #widget-docs ul, #widget-docs code { margin:0; padding:0; }
#widget-docs code { display:block; color:#444; font-size:.9em; margin:0 0 1em; }
#widget-docs code strong { color:#000; }
#widget-docs p { margin:0 3em 1.2em 0; }
#widget-docs p.intro { font-size:13px; color:#666; line-height:1.3; }
#widget-docs ul { list-style-type: none; }

#widget-docs h2 { font-size:16px; margin:1.2em 0 .5em; }
#widget-docs h3 { font-size:14px; color:#e6820E; margin:1.5em 0 .5em; }
.normal #widget-docs h4 { font-size:12px; color:#000; border:0; margin:0 0 .5em; }

#docs-overview-main { width:400px; }
#docs-overview-sidebar { float:right; width:200px; }
#docs-overview-sidebar a span { color:#666; }
#widget-docs #docs-overview-main p { margin-right:0; }
#widget-docs #docs-overview-sidebar h4 { padding-left:0; }

.docs-list-header { float:left; width:100%; margin:10px 0 0; border-bottom:1px solid #eee; }
#widget-docs .docs-list-header h2 { float:left; margin:0; }
#widget-docs .docs-list-header p { float:right; margin:5px 0; font-size:11px; }

.docs-list { float:left; width:100%; padding:0 0 10px; }
.docs-list .param-header { float:left; clear:left; width:100%; padding:8px 0; border-top:1px solid #eee; }
#widget-docs .param-header h3, #widget-docs .param-header p { margin:0; float:left; }
#widget-docs .param-header h3 { width:50%; }
#widget-docs .param-header h3 span { background: url(images/demo-spindown-closed.gif) no-repeat left; padding-left:13px; }
#widget-docs .param-open .param-header h3 span { background: url(images/demo-spindown-open.gif) no-repeat left; }
#widget-docs .param-header p { width:24%; }
#widget-docs .param-header p.param-type span { background: url(images/icon-docs-info.gif) no-repeat left; cursor:pointer; border-bottom:1px dashed #ccc; padding-left:15px; }

.param-details { padding-left:13px; }
.param-args { margin:0 0 1.5em; border-top:1px dotted #ccc;}
.param-args td { padding:3px 30px 3px 5px; border-bottom:1px dotted #ccc;  }


/* overrides for ui-tab styles */
#widget-docs ul.ui-tabs-nav { padding:0 0 0 8px; }
#widget-docs .ui-tabs-nav li { margin:5px 5px 0 0; }

#widget-docs .ui-tabs-nav li a:link,
#widget-docs .ui-tabs-nav li a:visited,
#widget-docs .ui-tabs-nav li a:hover,
#widget-docs .ui-tabs-nav li a:active { font-size:14px; padding:4px 1.2em 3px; color:#fff; }

#widget-docs .ui-tabs-nav li.ui-tabs-selected a:link,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:visited,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:hover,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:active { color:#e6820E; }

#widget-docs .ui-tabs-panel { padding:20px 9px; font-size:12px; line-height:1.4; color:#000; }

#widget-docs .ui-widget-content a:link,
#widget-docs .ui-widget-content a:visited { color:#1b75bb; text-decoration:none; }
#widget-docs .ui-widget-content a:hover,
#widget-docs .ui-widget-content a:active { color:#0b559b; }

table tbody tr.odd:HOVER, table tbody tr.even:HOVER, table tbody tr.row1:HOVER, table tbody tr.row2:HOVER, table tbody tr.row3:HOVER, table tbody tr.rowSel1:HOVER, table tbody tr.rowSel2:HOVER{
	background-color: #CDCDCD;
	color: #0F5779;
	cursor: pointer;
}

table tbody tr.rowHOVER{
	background-color: #CDCDCD;
	color: #0F5779;
	cursor: pointer;
}

table tbody tr.row1, table tbody tr.odd {
	background-color: #FFFFFF;
	color: #000000;
}

table tbody tr.rowSel1{
	background-color: #C0C0C0;
	color: #000000;
}

table tbody tr.rowSel2{
	background-color: #C0C0C0;
	color: #000000;
}

table tbody tr.row2, table tbody tr.even{
	background-color: #EFEFEF;
	color: #000000;
}

.row2 a{
	text-decoration: none;
	color: #CC0000;
}

.row2 a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.row2 a:visited{
	color: #CC0000;
}

.row1 a{
	text-decoration: none;
	color: #CC0000;
}

.row1 a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.row1 a:visited{
	color: #CC0000;
}

table tbody tr.row3{
	background-color: #EFEFEF;
	color: #000000;
}

table tbody td.row1, table tbody td.row2, table tbody td.row3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 18px;
	padding-left: 8px;
}

table tbody.formulario tr td{
	height: 30px;	
}

table tbody.formulario tr td input, table tbody.formulario tr td select{	
	margin-left: 5px;
}

table tbody tr td.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:thick double #CC0000;
	font-weight: bold;
}

table.opcionesMarcacion, td.opcionesMarcacion{
	color: #909090;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}
table.opcionesMarcacion:hover, td.opcionesMarcacion:hover{
	background-color: #303030;
}

table.opcionesMarcacionFechaActual, td.opcionesMarcacionFechaActual{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #66CC66;
	cursor: pointer;
	padding: 2px;
}
table.opcionesMarcacionFechaActual:hover, td.opcionesMarcacionFechaActual:hover{
	background-color: #006600;
}

table.opcionesConfirmada, td.opcionesConfirmada{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #909090;
	cursor: pointer;
	padding: 2px;
}
table.opcionesConfirmada:hover, td.opcionesConfirmada:hover{
	background-color: #303030;
}

table.opcionesConfirmadaFechaActual, td.opcionesConfirmadaFechaActual{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #66CC66;
	cursor: pointer;
	padding: 2px;
}
table.opcionesConfirmadaFechaActual:hover, td.opcionesConfirmadaFechaActual:hover{
	background-color: #006600;
}

table.opcionesRealizada, td.opcionesRealizada{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #CCCCCC;
	cursor: pointer;
	padding: 2px;
}

table.opcionesRealizada:hover, td.opcionesRealizada:hover{
	background-color: #666666;
}

table.opcionesRealizadaFechaActual, td.opcionesRealizadaFechaActual{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #FFD700;
	cursor: pointer;
	padding: 2px;
}

table.opcionesRealizadaFechaActual:hover, td.opcionesRealizadaFechaActual:hover{
	background-color: #996600;
}

table.opcionesCancelada, td.opcionesCancelada{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #CCCCCC;
	cursor: pointer;
	padding: 2px;
}
table.opcionesCancelada:hover, td.opcionesCancelada:hover{
	background-color: #666666;
}

td.fechaHora{
	color: #CC0000;
}

td.numMensajes{
	font-weight: bold;
}

table.noticia td.titulo{
	font-weight: bold;
}

label.nameUser{
	color:#CC0000;
	font-size: 12px;
	font-weight: bold;
}

a label.boton{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	
}

a label.boton:hover{
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

a label.boton:visited{
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}


.toggler { width: 500px; height: 200px; position: relative;}
#button { padding: .5em 1em; text-decoration: none; }
#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; background: #fff; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }

div.sumDia{
	text-align: right;
	width: 100%;
	cursor: pointer;
	font-size: 12;
	font-weight: bold;
}
.form400
{
    COLOR: #000000;
    FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    WIDTH: 400px
}
.form115
{
    COLOR: #000000;
    FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    WIDTH: 118px
}

.Paginacion01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #575757;
	background-color: #DCE7EF;
	padding-left: 8px;
	height: 22px;
}
.textonormal
{
    COLOR: #666666;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    text-decoration : none;
}

.textonormal a
{
    COLOR: #CC0000;
    text-decoration : none;
}
.textonormal a:hover
{
	text-decoration: underline;
    COLOR: #CC0000;
}
.textonormal a.visited
{
    COLOR: #CC0000;
}
.error
{
    COLOR: #DC1414;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
	text-decoration : none;
}
.titulonormal
{
    COLOR: #DC1414;
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
	text-decoration : none;
}

a.titulonormal
{
    COLOR: #DC1414;
    FONT-FAMILY: Arial;
    FONT-SIZE: 13px;
    text-decoration: underline;
}

.mensajeerror
{
	COLOR: #DC1414;
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
	text-decoration : none;
}

DIV#ficheiros{
	text-align: left;
	width: 100%;
}

DIV.table{
	display: table;
}

DIV.row{
	display: table-row;
}

DIV.cell{
	display: table-cell;
}

DIV#ficheiros DIV.cell{
	display: table-cell;
	white-space: nowrap;
}

input.button {
	height:22px;
	margin:0 0 2px;
	background:transparent url(images/bgBotonXL.gif) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1em;
	height:24px;
	margin:0 0 -2px;
	padding:0 0 0.1em 0.2em;
	text-align:center;
	border-color:#9D9D9D #E7E7E7 #E7E7E7 #9D9D9D;
	border-style:solid;
	border-width:1px;
	font-family:Arial,"Trebuchet MS",Tahoma,Helvetica,Verdana,sans-serif;
	width:103px;
	border: 0px;
}

.button a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.button a:visited{
	color: #CC0000;
}

table.table1{
	width: 95%;
	border-collapse: collapse;
}

.espacio1{
	height: 10px;
}
.espacio2{
	height: 25px;
}

