﻿@import url('../fonts/roboto.css');
@import url('plugins/jquery.alerts.css');
@import url('plugins/uniform.tp.css');
@import url('plugins/jquery.ui.css');
@import url('plugins/jquery.ui.autocomplete.css');
@import url('plugins/fullcalendar.css');
@import url('plugins/colorbox.css');
@import url('plugins/colorpicker.css');
@import url('plugins/jquery.jgrowl.css');
@import url('plugins/jquery.tagsinput.css');
@import url('plugins/ui.spinner.css');



body 
{ font-size: 12px; font-family: 'Open Sans', sans-serif; color: black; line-height: 21px;  }
    
 /***** Iconos *****/
/*****************************/
    
.headermenu li a span.icon-det { background: url(../images/icons/Det.White.png) no-repeat center center; }
.headermenu li a span.icon-conf { background: url(../images/icons/Conf.White.png) no-repeat center center; }
.headermenu li a span.icon-cliente { background: url(../images/icons/User.White.png) no-repeat center center; }
.headermenu li a span.icon-calendario { background: url(../images/icons/Calendar.White.png) no-repeat center center; }
.headermenu li a span.icon-configuracion { background: url(../images/icons/configuration.png) no-repeat center center; }
.headermenu li a span.icon-speech { background: url(../images/icons/speech.white.png) no-repeat center center; }
.headermenu li a span.icon-message { background: url(../images/icons/horario.white.png) no-repeat center center; }
.headermenu li a span.icon-chart { background: url(../images/icons/chart.white.png) no-repeat center center; }
.headermenu li a span.icon-reporte { background: url(../images/icons/reporte.white.png) no-repeat center center; }
.headermenu li a span.icon-horario { background: url(../images/icons/horario.white.png) no-repeat center center; }


.headermenu li a:hover { 
	background: url(../images/default/bghover.png) no-repeat center bottom; -moz-box-shadow: inset 0 1px 0 #4f627e; 
	-webkit-box-shadow: inset 0 1px 0 #4f627e; box-shadow: inset 0 1px 0 #4f627e;
}

.id 
{
    display : none;
}


/*******Opciones de Tabla****/

.opcionesgrid { 
	background: #fcfcfc; border: 1px solid #ddd; border-bottom: 0; padding: 8px;
	-moz-border-radius: 0 1px 0 #fff; -webkit-border-radius: 0 1px 0 #fff; border-radius: 0 1px 0 #fff;
}

.opcionesgrid button { 
	background: #fcfcfc; font-size: 11px; color: #666; padding: 7px 10px; border: 1px solid #ccc; margin: 0; outline: none;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; width:auto;
}
.opcionesgrid button:hover { background: #eee; cursor: pointer; }
.opcionesgrid select { 
	background: #fff; padding: 6px 5px 7px 5px; border: 1px solid #ccc; margin: 0; outline: none; font-size: 11px; color: #666;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

/**********Headers Grid*****/

.stdtable thead th.header0, .stdtable tfoot th.header0, .stdtable thead td.header0, .stdtable tfoot td.header0 { background-color: #fcfcfc; display:none;}
.stdtable thead th.header1, .stdtable tfoot th.header1, .stdtable thead td.header1, .stdtable tfoot td.header1 { background-color: #f7f7f7;}


/**********Scroll de Grids*****/
.scrollableY
{
    overflow-x:hidden; overflow-y:scroll; height:80%;
}

/***** 4.1 CREAR CUENTA AFILIADO******/
/*************************************/

.crearcuenta { 
	 
background: #f2f2f2; margin: 5% auto auto auto; width:50%; height:auto; -moz-border-radius: 2px; -webkit-border-radius: 50px;
	border-radius: 2px; -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3); 
	box-shadow: 0 0 2px rgba(0,0,0,0.3) ; 
}


/***** 19. STANDARD TABLES STYLES *****/
/**************************************/


.stdtable { width: 100% !important ;  }

/***** 20. STANDARD FORM STYLES *****/
/************************************/


form input[type=password] { 
	padding: 8px 5px; border: 1px solid #ccc; width: 89%; 
-moz-border-radius: 2px; -webkit-border-radius: 2px; 
	border-radius: 2px; background: #fcfcfc; vertical-align: middle; -moz-box-shadow: inset 0 1px 3px #ddd; 
	-webkit-box-shadow: inset 0 1px 3px #ddd; box-shadow: inset 0 1px 3px #ddd; color: #666;
}

/*******Labels*******/

.alinear
{
    text-align:left;
    
    }
    
    /****Boton creacion****/
    
form button { border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #f0801d url('../images/btngrad.png') repeat-x left top;
    padding: 15px;
    text-align: center; 
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;; text-transform: uppercase;  
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    height: 100%;
    width: 40%;
}

form button.submit:hover { background: #485B79; border: 1px solid #3f526f; color: #fff; }
form button:active { 
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); 
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.CreacionBoton button { 
	background: #f0801d url(../images/btngrad.png) repeat-x top left; border: 0; padding: eepx 0; text-align: center; 
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; width: 100%; text-transform: uppercase;  
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.CreacionBoton button:hover { background-color: #f0721e; }
.CreacionBoton .keep { margin-top: 20px; font-weight: bold; color: #ccc; font-size: 11px; }
.CreacionBoton .loginmsg { 
	background: #fffccc; color: #333; margin-bottom: 10px; padding: 5px; text-align: center; font-size: 11px; 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

/******Formularios*********/

form input.longinput, form textarea.longinput { width: 100%; }

.stiloform2 span.field, .stdform2 div.field { padding-right: 22px; }
	
.stiloform2 p, .stdform2 div.par {  margin: 0; border-top: 0; }
.stiloform2 div.terms { border: 0; background: none; }
.stiloform2 p:first-child, .stdform2 div.par:first-child { border-top: 0px solid #ddd; }
.stiloform2div.par { overflow: hidden; }
.stiloform2 label { display: inline-block; padding: t0px; vertical-align: top; text-align: left; font-weight: bold; }
.stiloform2 label.error { margin-left: 0; padding: 0; }
.stiloform2 label small { font-size: 11px; color: #999; display: block; font-weight: normal; line-height: 16px; }
.stiloform2 span.field, .stdform2 div.field { margin-left: 220px; display: block; background: #fff; padding: 20px; border-left: 0px solid #ddd; }
.stiloform2 .stdformbutton { margin-left: 0; padding: 20px; background: #fff; }

.col1 {width:10%;}
.colmini {width:5%;}
.col11 {width:4% !important; }
.col2 {width:25%;}
.col3 {width:50%;}
.col4 {width:15%;}


/*****Estilo Form*****/
/********************/


.stdform1 p, .stdform1 div.par { margin: 20px 0; }
.stdform1 div.par { overflow: hidden; }
.stdform1 span.field, .stdform1 div.field { margin-left: 220px; display: block; position: relative; }
.stdform1 .formwrapper { display: block; padding-top: 5px; margin-left: 220px; line-height: 25px; }
.stdform1 label { float: left; width: 200px; text-align: right; padding: 5px 20px 0 0; }

.stdform1 button.cancel { background: #eee; color: #666; border: 0px solid #ddd; }
.stdform1 button.cancel:hover { background: #ddd; border: 0px solid #ccc; }
.stdform1 button.cancel:active { 
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.7); -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.7); 
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.stdform1 small.desc { font-size: 11px; color: #999; font-style: italic; display: block; margin: 5px 0 0 220px; }
.stdform1 .stdformbutton { margin-left: 220px; }

/*** ANOTHER FORM STYLE ***/
.stdform3 p, .stdform3 div.par { border: 0px solid #ddd; background: #fcfcfc; margin: 0; border-top: 0; }
.stdform3 div.terms { border: 0; background: none; }
.stdform3 p:first-child, .stdform3 div.par:first-child { border-top: 0px solid #ddd; }
.stdform1 div.par { overflow: hidden; }
.stdform3 label { display: inline-block; padding: 2px; vertical-align: top; text-align: left; font-weight: bold; background: #f2f2f2;  }
.stdform3 label.error { margin-left: 0; padding: 0; }
.stdform3 label small { font-size: 11px; color: #999; display: block; font-weight: normal; line-height: 16px; }
.stdform3 span.field, .stdform3 div.field { margin-left: 20px; display: block; background: #f2f2f2; padding: 2px; border-left: 1px solid #ddd; }
.stdform3 .stdformbutton { margin-left: 0; padding: 20px; background: #f2f2f2; }

.stdform1 label { float: none; text-align: left; display: block; width: auto; margin-bottom: 1px; }
.stdform1 span.field, .stdform1 div.field { margin-left: 0; }
.stdform1 small.desc, .dualselect, .stdform .formwrapper, .stdform .stdformbutton { margin-left: 0; }
	
.stdform3 span.field, .stdform3 div.field { border-left: 0; }
.stdform3 label { padding: 5px 10px; border-bottom: 0px solid #ddd; margin-bottom: 0; }
.stdform3 span.field, .stdform3 div.field { padding: 0px; }
.stdform3 .stdformbutton { padding: 10px 0px 0px 10px ; }

.stdform1 p, .stdform1 div.par { margin: 20px 0;  background: #f2f2f2;}
.stdform1 div.par { overflow: hidden; }
.stdform1 span.field, .stdform1 div.field { margin-left: 220px; display: block; position: relative; background: #f2f2f2; }
.stdform1 .formwrapper { display: block; padding-top: 5px; margin-left: 220px; line-height: 25px; background: #f2f2f2; }
.stdform1 label { float: left; text-align: left; padding: 5px 20px 0 0; }
.sform1 span.field, .stdform1 div.field { display: block; padding-right: 10px; }
.stdform3 span.field, .stdform3 div.field { padding-right: 22px; }
	

.s
.stdform1 small.desc { font-size: 11px; color: #999; font-style: italic; display: block; margin: 5px 0 0 220px; }



/*****Boton Guardar******/

.GuardarBoton button:hover { background-color: #f0721e; }
.GuardarBoton .keep { margin-top: 20px; font-weight: bold; color: #ccc; font-size: 11px; }
.GuardarBoton .loginmsg { 
	background: #fffccc; color: #333; margin-bottom: 10px; padding: 15px 10px; text-align: center; font-size: 11px; 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}


form buttonSave { border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #f0801d url('../images/btngrad.png') repeat-x left top;
    padding: 10px 15px ;
    text-align: center; 
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-transform: uppercase;  
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    height: 100%;
    width: 100%
}

form buttonSave.submit:hover { background: #485B79; border: 1px solid #3f526f; color: #fff; }
form buttonSave:active { 
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); 
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.patternBackground {
	background: #fff url(../images/patternbg.png);
}

@media screen and (min-width:848px) and (max-width:990px)
{
    .responsiveStaff {
    width : 605px;
    margin : 1% auto 0 auto;
   
    }
}

@media screen and (min-width:991px) 
{
    .responsiveStaff {
    width : 720px;
    margin : 1% auto 0 auto;
   
    }
}

@media screen and (max-width:847px) 
{
    .responsiveStaff {
   
    margin : 1% auto 0 auto;
   
    }
}

/****ICONOS TABLA*****/
a.btn_trash1 { background-position:  -47px -12px; }
a.btn33 { width: 34px; height: 32px;}

a.btn1 { 
	display: inline-block; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: bold;
	background-repeat: no-repeat; background-image: url(../images/icons/sprites.png); background-color: #f7f7f7;;
	-moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; color: #666;
}

a.btn_Email { background-position:  -10px -45px; }
a.btn33 { width: 34px; height: 32px;}

a.btn1 { 
	display: inline-block; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: bold;
	background-repeat: no-repeat; background-image: url(../images/icons/sprites.png); background-color: #f7f7f7;;
	-moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; color: #666;
}

a.btn_Login { background-position:  -190px -83px; }
a.btn33 { width: 34px; height: 32px;}

a.btn1 { 
	display: inline-block; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: bold;
	background-repeat: no-repeat; background-image: url(../images/icons/sprites.png); background-color: #f7f7f7;;
	-moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; color: #666;
}

a.btn_edit1 { background-position:  -47px -120px; }
a.btn33 { width: 34px; height: 32px;}

a.btn1 { 
	display: inline-block; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: bold;
	background-repeat: no-repeat; background-image: url(../images/icons/sprites.png); background-color: #f7f7f7;;
	-moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; color: #666;
}

a.btn5 { 
	display: inline-block; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: bold;
	background-repeat: no-repeat; background-image: url(../images/icons/sprites.png); background-color: #f7f7f7;
	-moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; color: #666;
}
a.btn5:hover { text-decoration: none; color: #333; border: 1px solid #bbb; }
a.btn5 span { 
	padding: 5px 10px; margin-left: 25px; display: block; background: #f7f7f7; -moz-box-shadow: inset 0 1px 0 #fff; 
	-webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; 
}

form button.cancelar { border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #505050 url('../images/btngrad.png') repeat-x left top;
    padding: 15px;
    text-align: center; 
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;; text-transform: uppercase;  
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4); box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    height: 100%;
    width: 20em;
    /*width: 40%;*/
}

/*****Encabezados**/
.encabezado { padding-top: 20px; background: url(../images/default/noise.white.png); position: relative;  }
.encabezado .pagetitle { 
	margin: 0 10px; color:Black; font-weight: normal; font-size: 28px; font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif; border-bottom: 2px solid #FB9337;
	padding-bottom: 5px; padding-right: 20px; display: inline-block;
}
.encabezado .subtitulo { color: #666; margin: 0 10px; }
.notab { border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.centercontent .pagetitle { margin: 0 20px 10px 20px; }
.centercontent .subtitulo { margin: 0 20px; }

/*****TAB****/
.tabulacion {padding-left:3.5em}
.tab{ padding-left:2em}
.botonhorario{  padding:5px 10px 2px 0 0}

.tab2 {padding-left:12.5em}

.tab3{padding-left:5em}
.tab4{padding-left:1.5em}


/***HorizontalStack***/
.horizontalStack {
display: block;
margin: 5px 0 5px 0;
overflow: hidden;
white-space: nowrap;
line-height: 25px;
}

/***** 21. WIZARD STYLES *****/
/*****************************/


.wizardl .hormenu { list-style: none; }
.wizardl .hormenu li { float: left; width: 25%; padding: 10px 0; }
.wizardl .hormenu li a { display: block; }
.wizardl .hormenu li a:hover { text-decoration: none; }
.wizardl .hormenu li a span.h2 { 
	font-size: 16px; color: #999; text-align: center; display: block; font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.wizardl .hormenu li a span.dot { 
	display: block; height: 20px; margin-top: 5px; text-align: center; background: url(../images/stepline.png) repeat-x center left; 
}
.wizardl .hormenu li span.label { display: block; text-align: center; font-weight: bold; color: #999; margin-top: 10px; }
.wizardl .hormenu li a span.dot span { width: 20px; height: 20px; display: inline-block; background: url(../images/steps.png) no-repeat 0 -40px; }
.wizardl .hormenu li:first-child a span.dot { margin-left: 47%; text-align: left; }
.wizardl .hormenu li:last-child a span.dot { margin-right: 47%; text-align: right; }
.wizardl .hormenu li a.done span.label { color: #666; }
.wizardl .hormenu li a.done span.h2 { color: #fb9337; }
.wizardl .hormenu li a.done span.dot span { background-position: 0 -20px; }
.wizardl .hormenu li:first-child a.done span.dot span { background-position: 0 0; }
.wizardl .hormenu li a.selected span.dot span { background-position: 0 -120px; }
.wizardl .hormenu li:first-child a.selected span.dot span { background-position: 0 -100px; }
.wizardl .hormenu li a.selected span.label { color: #666; }
.wizardl .hormenu li a.selected span.h2 { color: #fb9337; }

.ui-state-active 
{
    
    background : rgb(114, 160, 114);
    color:Black;
}
.diaJornada 
{
    float: left;
}

diaJornadaUltimo
{
}

/*Logg Out*/

.userinfodrop .avatar { float: left; }

.userdataL { }
.userdataL h4 { color: #2d3c54; display: inline-block; }
.userdataL .email { color: #999; font-size: 11px; display: inline-block; }
.userdataL ul { list-style: none; margin-top: 10px; }
.userdataL ul li { display: block; margin-bottom: 1px; }
.userdataL ul li:last-child { margin-bottom: 0; }
.userdataL ul li a { display: block; padding: 5px; background: #f7f7f7; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.userdataL ul li a:hover { background: #fb9337; color: #fff; }


.ui-datepicker-calendar td span { display: block; padding: 2px 8px; color:Silver; text-shadow: 1px 1px #f7f7f7; }


/*******Cita*********/

.stdformCita p, .stdformCita div.par { margin: 3px 0; }


/******Footer Cita******/

.modal-footerCita {
  padding: 15px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

/******Color boton citas********/

.btnCita {
  display: inline-block;
 border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color:White;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f0801d;
  background-color: #e6e6e6;
    background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  
    background-image: linear-gradient(to bottom, rgb(255, 153, 0), rgb(230, 142, 12));
}

.btnCancelarCita {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color:White;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #505050;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    background-image: linear-gradient(to bottom, rgb(153, 147, 147), rgb(92, 86, 86));
}

/*******Link Cambio Contraseña*********/

.colorH { font-size: 12px; font-weight: bold; color: #FB9337; }

a { text-decoration: none; color: #666; outline: none; }

.fc-event-skin
{
    border-color:transparent;
    border-style:outset;
    border-width: 1px;
    

    
    }