/*

Observatorio para la Seguridad del Paciente
Agencia de Calidad Sanitaria de Andalucia
Consejeria de Salud de la Junta de Andalucia

Hoja de estilos 

*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #DDD;
}

/* tipografia generica */
h1,h2,h3,h4,h5,h6 {
	
}

hr {
	display: none;
}

p {
	
}

ol,ul {
	
}

li {
	
}

cite {
	
}

a,a:link,a:active,a:visited,a:hover {
	color: rgb(0, 0, 102);
}

img {
	border: none;
}

/* layout */
#portal {
	background: #fff;
}

/* flotaciones */
.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}

/* ocultos genericos */
.oculto {
	display: none;
}

/* marco generico*/
.marco {
	width: 940px;
	margin: 0 auto;
}

/* cabecera y logotipos*/
#cabecera {
	border-bottom: 1px solid #fff;
	/* background:#099 url(/gesforma/images/header_app_fondo.gif) repeat-x top left; */
	height: 104px;
}

#cabecera h1,#cabecera h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
/* logo Observatorio para la Seguridad del Paciente */
#cabecera h1 {
	float: left;
}
/* logo Agencia de Calidad Sanitaria de Andaluc�a */
#cabecera h2 {
	float: right;
}

#cabecera ul {
	display: none;
}

#cabecera .nombreHospital {
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	text-align: right;
}

#cabecera .nombreHospital p.naranja {
	color: #fd9f1b;	
	font-size: 1.1em;
	font-weight: bold;
}

#cabecera .nombreHospital p.negro {
	color: black;	
	font-size: 1.1em;
	font-weight: bold;
}

#opciones {
	border-bottom: 1px solid #fff;
	background: #bdc0a3;
}

#opciones h3 {
	display: none;
}

/* menu principal */
#menu {
	background: #e1e3d6;
}

#menu h3 {
	display: none;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #123a12;
	float: left;
}

#menu li a,#menu li a:link,#menu li a:active,#menu li a:visited {
	height: 20px;
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 15px 7px 18px;
	color: #123a12;
	text-decoration: none;
	background: url(/gesforma/images/menu_bullet.gif) no-repeat 7px 50%;
}

#menu li a:hover {
	text-decoration: none;
	background: #fff url(/gesforma/images/menu_bullet_hover.gif) no-repeat
		7px 50%;
}

/* actual */
#menu li a.actual,#menu li a.actual:link,#menu li a.actual:active,#menu li a.actual:visited
	{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url(/gesforma/images/menu_bullet_actual.gif) repeat-x
		top left;
}

#menu li a.actual:hover {
	text-decoration: none;
}

#menu li span.usulogado {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 125%;
	font-size-adjust: none;
	font-stretch: normal;
	font-size: 10pt;
	color: #1d4a7d;
	vertical-align: bottom
}

/* migas de pan */
#migas {
	width: 910px;
	margin: 10px auto;
	padding: 5px 10px 5px 25px;
	background: #f8f9f5 url(/gesforma/images/migas_bullet.gif) no-repeat 5px
		50%;
}

#migas p {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #5c5c5c;
}

#migas p span {
	padding: 0 5px 0 0;
	font-weight: bold;
	color: #8b8989;
}

#migas p a,#migas p a:link,#migas p a:active,#migas p a:visited {
	padding: 0 10px 0 0;
	color: #1b5c1b;
	text-decoration: none;
	background: url(/gesforma/images/migas_enlace.gif) no-repeat right 50%;
}

#migas p a:hover {
	text-decoration: underline;
}

/* marco de contenidos */
#contenidos {
	width: 940px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 20px 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

/* menu de la seccion actual */
#submenu {
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
}

#submenu h3 {
	margin: 0;
	padding: 7px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#submenu li a,#submenu li a:link,#submenu li a:active,#submenu li a:visited
	{
	display: block;
	margin: 0 0 1px 0;
	padding: 7px 10px 7px 25px;
	color: #2b2b2b;
	text-decoration: underline;
}

#submenu li a:hover {
	text-decoration: underline;
}

/* seccion actual */
#seccion {
	margin: 0 0 0 215px;
}

/* seccion actual formando dos columnas */
#seccion2 {
	margin: 0 0 0 0;
	padding-bottom: 10px
}

#intro {
	
}
/* cabecera para Practicas Seguras */
#intro .practicasseguras {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_practicasseguras.jpg)
		no-repeat top right;
}
/* cabecera para Seguridad del Paciente */
#intro .seguridadpaciente {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_seguridadpaciente.jpg)
		no-repeat top right;
}
/* cabecera para Ciudadanos */
#intro .ciudadanos {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_ciudadanos.jpg) no-repeat top
		right;
}
/* cabecera para Grupo de Trabajo */
#intro .gruposdetrabajo {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_gruposdetrabajo.jpg) no-repeat
		top right;
}
/* cabecera para Recursos */
#intro .recursos {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_recursos.jpg) no-repeat top
		right;
}
/* cabecera para Notificacion */
#intro .notificacion {
	height: 52px;
	margin: 0 0 10px 0;
	background: url(/gesforma/images/cabecera_notificacion.jpg) no-repeat
		top right;
}

#intro h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 1.7em;
	font-weight: normal;
	color: #646261;
	border-bottom: 1px dashed #bbbbbb;
}

#intro h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	color: #444;
}

/* objetivos */
#objetivos {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#objetivos li {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 0.75em;
	color: #444;
}

#objetivos li a {
	height: 18px;
	display: block;
	padding: 2px 10px 2px 25px;
	color: #444;
	text-decoration: underline;
	background: #efeeec url(/gesforma/images/objetivos_bullet.gif) no-repeat
		10px 50%;
}

#objetivos li a:hover {
	text-decoration: underline;
	background: #e0dfdd url(/gesforma/images/objetivos_bullet.gif) no-repeat
		10px 50%;
}

#objetivos li a span {
	font-weight: bold;
	text-decoration: none;
}

/* contenido relacionado con la seccion actual */
#relacionado {
	width: 210px;
	margin: 0;
	float: right;
}

#relacionado h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

#relacionado h5 {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #444;
}

#relacionado p {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #444;
}

#relacionado p a,#relacionado p a:link,#relacionado p a:active,#relacionado p a:visited
	{
	color: #444;
	text-decoration: none;
}

#relacionado p a:hover {
	color: #000;
	text-decoration: underline;
}


/* fotografia en relacionados */
.clearfix .foto {
	float: left;
	width: 40px;
	height: 80px;
	color: #fff;
}

.clearfix .foto a img {
	width: 30px;
	height: 30px;
	border: 1px solid #c2daee;
}

/* limpiar flotacion dentro de la caja relacionada */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix:after {
	display: block;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* modulo imprimir */
#imprimir {
	padding: 5px;
	border-top: 1px solid #d3d3d3;
	background: #fafafa;
}

#imprimir ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#actual #imprimir li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 0.75em;
	color: #cbcbcb;
	background: none;
}

/* pie de la pagina */
#pie {
	height: 50px;
	background: url(/gesforma/images/pie_app_fondo.gif) repeat-x top left;
}

#pie h3 {
	width: 78px;
	height: 93px;
	margin: 0;
	padding: 0;
	float: left;
}

#pie p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #333;
}

#pie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#pie li {
	display: inline;
	font-size: 0.7em;
	color: #cbcbcb;
}

#pie li a {
	color: #cbcbcb;
}

#pie .left {
	width: 78px;
	float: left;
}

#pie .right {
	width: 210px;
	padding: 20px 0 0 0;
	float: right;
}

#pie .center {
	margin: 0 215px 0 88px;
	padding: 20px 0 0 0;
}

/* pie nombreHospital generico*/
#pie .nombreHospital {
	padding-left: 10px;
	clear: left;
	float: left;
}

#pie .nombreHospital p.naranja {
	color: #fd9f1b;	
	font-size: 1.1em;
	font-weight: bold;
}

#pie .nombreHospital p.negro {
	color: black;	
	font-size: 1.1em;
	font-weight: bold;
}

/*-------------------------- Estilos celendario-----------------------*/
td.calendario_dia {
	color: #387895;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	background-color: #cadde6;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.calendario_dia_inactivo {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #e5e5e6;
	border-right: solid 1px #e5e5e6;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.calendario_dia_inactivo2 {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #e5e5e6;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.calendario_dia_inactivo3 {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #e5e5e6;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.calendario_dia_inactivo4 {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}

td.calendario_dia_actual {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #e5e5e6;
	border-left: solid 1px #e5e5e6;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #dbebf3;
	border: solid 1px #8ab1c3;
}

td.calendario_dia_senalado {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #e5e5e6;
	border-left: solid 1px #e5e5e6;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #ffc233;
	border: solid 1px #ff9d33;
}

table.flechas_calendario {
	margin-bottom: 5px;
}

a.calendario {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a.calendario:hover {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #387895;
	font-weight: bold;
	text-decoration: underline;
}

a.azul {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #387895;
	font-weight: normal;
	text-decoration: none;
}

.colorEnlace {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 15px;
	color: #2264a1;
	font-weight: normal;
	text-decoration: none;
}

.colorFilaTabla {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: #2264a1;
	font-weight: normal;
	text-decoration: none;
}

.colorExplicacion {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	color: grey;
	font-weight: normal;
	text-decoration: none;
}

/******************* FIN ESTILOS CALENDARIO **************************/
.grafica_encuesta {
	margin-left: 24%;
	margin-right: 24%;
}

.div_punt_encuesta {
	margin-top: 2em;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 4em;
	width: 50%;
}

.width_33 {
	width: 33%;
	text-align: center;
}

.width_100 {
	width: 100%;
}

.width_100_imp {
	width: 100% !important;
}

.width_50 {
	width: 50%;
}

.border2 {
	background-color: #FFFFFF;
	border: solid 2px;
}

.centrado {
	text-align: center !important;
}

.tabla_evolucion td {
	background: none repeat scroll 0 50% #F3F8F9;
	color: #000000;
	padding: 0.3em 1em;
	text-align: center;
	font-size: 12px;
}

.aviso_no_acsa {
	display: block;
	color: red !important;
}

.img_margen {
	margin-left: 2.25em;
}

.margin_left_20 {
	margin-left: 20%;
}

.centroSug {
	background: none repeat scroll 0 50% #CCCCCC !important;
	border: thin solid;
}

.inputGenero {
	display: inline !important;
	width: auto !important;
	float: none !important;
	margin-left: 8em !important
}

.texto_radio {
	background: none !important;
	width: auto !important;
	float: none !important;
	display: inline !important;
}

.margin_right {
	margin-right: 20em;
}

.min_width {
	min-width: 65%;
}

.width_auto {
	width: auto !important;
}

.width_95 {
	width: 95%;
}

.float_right {
	float: right;
}

.min_width_80 {
	min-width: 80%;
}

.min_width_75 {
	min-width: 75%;
}

.width_100 {
	width: 100%;
}

.width_auto {
	width: auto !important;
}

.nobackground {
	background: none !important;
}

.asistente_col_1 {
	width: 13%;
}

.asistente_col_2 {
	width: 12%;
}

.asistente_col_3 {
	width: 75%;
}

.asterisco {
	color: red;
	font-size: 1.5em;
}

/* Calendario javascript */
.franja_blanca_2,.flechas_calendario,.marco_tabla {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #333;
}

@font-face {
	font-family: fuente-faq;
	src: url(fonts/HARNGTON.TTF), url(fonts/HARNGTON.eot); /* IE9 */
}

@font-face {
	font-family: fuente-answer;
	src: url(fonts/FTLTLT.TTF), url(fonts/FTLTLT.eot); /* IE9 */
}

.question {
	min-height: 35px;
	background: #7D8A96 url(../images/faq.png) no-repeat left;
	padding: 0 0 4px 33px;
	border: 0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 15px 3px rgba(1, 1, 1, 0.2);
	box-shadow: 5px 5px 15px 3px rgba(1, 1, 1, 0.2);
}

div.question label {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	font-family: fuente-faq;
}

.answer {
	background-color: #bdd1e4;
	margin: 5px 15px;
	border: 0px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

div.answer label {
	font-size: 16px;
	color: #000;
	font-family: fuente-answer;
}

.alignTop70 {
	vertical-align: top;
	width: 550px;
	text-align: left;
}

.alignTop30 {
	vertical-align: top;
	width: 30%;
	text-align: right;
}

.alerta {
	color: red;
	text-decoration: blink;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.col40 {
	width: 40%;
}

.col66 {
	width: 66%;
}

.alignmentLeft {
 text-align : left;
 border: 1px solid black;
 background-color: orange;
}
.alignmentRight {
 text-align : right;
 border: 1px solid black;
 background-color: lime;
}

.col60 {
	width: 60%;
}

.col33 {
	width: 33%;
}

.col38 {
	width: 38%;
}

.rf-ds {
	white-space: nowrap;
	display: inline-block;
	font-size: 11px;
	padding: 1px;
	font-family: Arial, Verdana, sans-serif;
	background: #FFF;
}

a.rf-ds-nmb-btn {
	color: #000;
}

a.rf-ds-btn {
	color: #000;
}

.rf-ds-cont {
	white-space: nowrap;
	display: inline-block;
	font-size: 11px;
	padding: 1px;
	font-family: Arial, Verdana, sans-serif;
	background: #FFF;
}

.rf-ds-cont-dec {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

.rf-ds-btn {
	cursor: pointer;
	padding: 2px 10px 3px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	display: inline-block;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #BED6F8;
	background-image: url(../images/dsBtnGrad.png);
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.rf-ds-btn:hover {
	color: #fff;
}

.rf-ds-dis:hover {
	color: #C0C0C0;
	cursor: default;
}

.rf-ds-btn-first,.rf-ds-btn-fastrwd,.rf-ds-btn-prev {
	margin-right: 1px;
}

.rf-ds-btn-next,.rf-ds-btn-fastfwd,.rf-ds-btn-last {
	margin-left: 1px;
}

.rf-ds-nmb-btn {
	cursor: pointer;
	width: 2em;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	padding: 2px 2px 3px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	background-color: #FFF;
	background-image: url(../images/dsDigGrad.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: inline-block;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.rf-ds-nmb-btn:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(../images/dsBtnGradOver.png);
}

.rf-ds-press {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background: #ECF4FE;
}

.rf-ds-act,.rf-ds-act:hover {
	cursor: default;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background: none;
}

.rf-ds-dis {
	color: #C0C0C0;
	cursor: default;
}

.cabeceraTablas {
	font-weight: bold !important;
  	color: #4f4f4f !important;
}

.top-aligned-columns{
    vertical-align: top;
}

.top-aligned-columns310 {
    vertical-align: top;
    width: 310px;
}

.top-aligned-columns230 {
    vertical-align: top;
    width: 230px;
}

.cambiaFondoFecha {
 	background-color: #F6CECE; 
/* 	background-image: url(/gesforma/images/redesign/botonBuscar.png); */
	
/* 	background: #F6CECE url(/gesforma/images/redesign/botonBuscar.png) */
/* 		no-repeat bottom left; */
	
	}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

.disabledFalso {
	opacity: 1 !important;
}

.transparente {
	background-color: transparent !important;
	color: transparent !important;
	border: none !important;	
}

.preformatted {
    white-space: pre-wrap;
}

.calendarClass input {
    opacity: 1 !important
}

.ui-radiobutton .ui-radiobutton-box, .ui-chkbox .ui-chkbox-box {
	opacity: 1;
}

.radioSinOpacidad label, .checkSinOpacidad label {
	opacity: 1;
}

.verde {
	color: green;
}

.progressbar {
	counter-reset: item;	
}

.progressbar a {
    color: #aaa;
    display: block;
    float: left;
    margin-right: 15px;
	text-align: center;
	margin-left: 15px;
	font-size:12px;
}

.progressbar span {
    color: #aaa;
    display: block;
    float: left;
    margin-right: 15px;
	text-align: center;
	margin-left: 15px;
	font-size:12px;
}

.progressbar a:before {
    content: counter(item);
    counter-increment: item;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-wight: bold;
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto 5px auto;
}

.progressbar span:before {
    content: counter(item);
    counter-increment: item;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-wight: bold;
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto 5px auto;
}

.selected-step-1 a.step-1,
.selected-step-2 a.step-2,
.selected-step-3 a.step-3,
.selected-step-4 a.step-4,
.selected-step-5 a.step-5,
.selected-step-6 a.step-6,
.selected-step-7 a.step-7,
.selected-step-8 a.step-8,
.selected-step-9 a.step-9 {	
    color: #3198dd;
    font-weight: bold;
    font-size:12px;
}

.selected-step-1 span.step-1,
.selected-step-2 span.step-2,
.selected-step-3 span.step-3,
.selected-step-4 span.step-4,
.selected-step-5 span.step-5,
.selected-step-6 span.step-6,
.selected-step-7 span.step-7,
.selected-step-8 span.step-8,
.selected-step-9 span.step-9 {	
    color: #3198dd;
    font-weight: bold;
    font-size:12px;
}

.selected-step-1 a.step-1:before,
.selected-step-2 a.step-2:before,
.selected-step-3 a.step-3:before,
.selected-step-4 a.step-4:before,
.selected-step-5 a.step-5:before,
.selected-step-6 a.step-6:before,
.selected-step-7 a.step-7:before,
.selected-step-8 a.step-8:before,
.selected-step-9 a.step-9:before {
    background-color: #3198dd;
    font-weight: bold;
    font-size:12px;
}

.selected-step-1 span.step-1:before,
.selected-step-2 span.step-2:before,
.selected-step-3 span.step-3:before,
.selected-step-4 span.step-4:before,
.selected-step-5 span.step-5:before,
.selected-step-6 span.step-6:before,
.selected-step-7 span.step-7:before,
.selected-step-8 span.step-8:before,
.selected-step-9 span.step-9:before {
    background-color: #3198dd;
    font-weight: bold;
    font-size:12px;
}

.fc-view  * {
 	/*overflow: hidden !important;*/ 
}

.fc-event-difusion {
	background: #a11f60;
    border: 2px solid #721342;
    color: #ffffff;
}

.fc-event-acredita {
	background: #de6514;
    border: 2px solid #763b13;
    color: #ffffff;
}

.fc-event-inicio {
	background: #32871a;
    border: 2px solid #246a0f;
    color: #ffffff;
}

.fc-event-seleccion {
	background: #ffff00;
    border: 2px solid #a4a400;
    color: #000000 !important;
}

.fc-event-fin {
	background: #0c521c;
    border: 2px solid #266a35;
    color: #ffffff;
}

.fc-event-presencial {
	background: #116d9f;
    border: 2px solid #0e415c;
    color: #ffffff;    
}

.fc-event-presencial-equip {
	background: #116d9f;
    border: 2px solid #0e415c;
    color: #ffffff;
    padding-left: 40px; 
    background-image: url('../images/equipamiento-icono.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 35px 35px;    
}

.fc-event-diplomas {
	background: #c6a78a;
    border: 2px solid #b0855e;
    color: #ffffff;
}

.fc-event-aviso {
	background: #ff0000;
    border: 2px solid #b70000;
    color: #ffffff;
}

.fc-event-aviso-completado {
	background: #7b8483;
    border: 2px solid #000000;
    color: #ffffff;
}

.fc-event-aviso-completado-equip {
	background: #7b8483;
    border: 2px solid #000000;
    color: #ffffff;
    padding-left: 40px; 
    background-image: url('../images/equipamiento-icono.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 35px 35px;     
}

.ui-datatable-frozenlayout-left {
    width: 20%;
}

.ui-datatable-frozenlayout-right {
    width: 80%;
}

.seguimientoRow {
	height: 45px;
}

 .ui-diagram-element {
 	font-size: 11px;
    width: 14em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    border: 1px solid #646D7E;
    background-color: #646D7E;
    color: #ffffff;
}

.start-node {
    width: 5em;
    border-radius: 6px;
    background-color: #000000 !important;
}

.end-node {
    width: 14em;
    border-radius: 25px;
    background-color: darkkhaki !important;
}

.wait-sscc-node {
    background-color: #8080c0;
    color: #ffffff;
    border-color: #8080c0;
}

.wait-ufc-node {
    background-color: #f3a680;
    color: #ffffff;
    border-color: #ff8040;
}

.flow-label {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

path {
    stroke-width: 3;
    stroke: #c4c4c4;
    fill: #c4c4c4;
}