@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	src: url('../ttf/ubuntu.eot'); /* EOT file for IE */
	src: local('☺'), url('../ttf/ubuntu.ttf'); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: 'Visitor';
	font-style: normal;
	font-weight: normal;
	src: url('../ttf/visitor.eot'); /* EOT file for IE */
	src: local('☺'), url('../ttf/visitor.ttf'); /* TTF file for CSS3 browsers */
}

/**********************************/
/*** Estilo para el núcleo HTML ***/
/**********************************/
body {
	background-color: #4a5865;
	font-family: Arial,'Verdana', 'Tahoma', sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: justify;
}
a, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, legend, p, blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
em {
	font-style: italic;
	margin: 0 24px;
}
br, html, div, fieldset, form, img, thead, tbody, tr {
	border: 0;
	margin: 0;
	padding: 0;
}
th, td {
	border: 0;
	margin: 0;
	padding: 3px 6px;
}
input, textarea, select {
	font-family: 'Verdana', 'Tahoma', sans-serif;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 3px 0 3px 6px;
	padding: 0 0 0 12px;
}
strong {
	font-weight: bold;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
table {
	border: 0;
	border-collapse: separate;
	margin: 6px auto;
	width: 100%;
}

a:link,a:visited{
        color:#005d70;
}

a:hover{
        color:#4fd3f8;
}

/*****************************************************/
/*** Estilo para las capas de estructura primarias ***/
/*****************************************************/
#contenedor {
	background: #ffffff;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	width: 984px;
}
#banner {
	/*background: #ececec url('../imagenes/banner.jpg') top left no-repeat;*/
	/*background:url('../imagenes/marca_celeste.png') no-repeat;*/
	background:url('../imagenes/pixel_banner.jpg') repeat-x bottom #fff;
	height: 60px;
	margin: 10px 0;
	position: relative;
	width: 984px;
}
#evento {
	background: #4fd3f8 url('../imagenes/evento.jpg') top left no-repeat;
	height: 160px;
	margin: 0;
	position: relative;
	width: 984px;
}
#menu {
	background-color: transparent;
	height: 30px;
	margin: 10px 0 0 0;
	width: 984px;
}
#capsula {
	/*background-color: #dddddd;*/
	height: 100%;
	margin: 0;
	/*padding: 5px;*/
	width: 982px;
}
#creditos {
	background-color: #dddddd;
	height: 40px;
	margin: 10px 0 0 0;
	position: relative;
	width: 984px;
}

#informacion{
  color:#535353;
  line-height:18px;
}
/*******************************************************/
/*** Estilo para las capas de estructura secundarias ***/
/*******************************************************/
#banner a {
	background-color: transparent;
	color: #ececec;
	display: block;
	height: 40px;
	position: absolute;
	top: 0;
}
#banner p {
	color: #646464;
	font-size: 0.8em;
	padding-top: 18px;
	text-indent: 250px;
}
#micongreso {
    background:url('../imagenes/marca_celeste.png') no-repeat;
	left: 10px;
	width: 200px;
	height:50px !important;
	display:block;
	border-right:1px solid #ddd;
	padding-right:20px;
}
#cfrd {
    background:url('../imagenes/logo_cfrd_gris.png') no-repeat;
	right: 10px;
	width: 130px;
	height:52px !important;
	border-left:1px solid #ddd;
}

#secciones {
	background-color: transparent;
	height: 30px;
	padding: 0;
	width: 974px;
}
#secciones ul {
	list-style: none;
	margin: 0;
	padding: 0 6px 0 0;
}
#secciones li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#secciones a {
	background-color: #F4F2F3;
	border: solid #dddddd;
	border-width: 1px 1px 0 1px;
	color: #484848;
	display: block;
	height: 29px;
	line-height: 29px;
	margin: 0 0 0 6px;
	padding: 0 9px;
	text-decoration: none;
	/* CSS 3 borde con curva */
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#secciones a:hover {
	background-color: #F4F2F3;
	border: solid #dddddd;
	border-width: 1px 1px 0 1px;
	color: #005D6F;
	display: block;
	height: 29px;
	line-height: 29px;
	/*margin: 0 0 0 3px;*/
	padding: 0 9px;
	text-decoration: none;
	/* CSS 3 borde con curva */
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#secciones a#activo {
	background-color: #dddddd;
	color: #005D6F;
	text-decoration: underline;
}
#secciones a:hover#activo {
	background-color: #dddddd;
	color: #005D6F;
	text-decoration: underline;
}
#mensaje {
	width: 984px;
}
#mensaje div {
	border: 1px solid;
	font-size: 1.1em;
	height: 28px;
	line-height: 28px;
	margin: 6px 0;
	padding: 2px 20px;
	text-align: left;
	/*width: 876px;*/
}
#mensaje .ok {
	color: #00529B;
	background: #BDE5F8 url('../imagenes/iconos/ok.png') 9px center no-repeat;
}
#mensaje .bad {
	color: #D8000C;
	background: #FFBABA url('../imagenes/iconos/bad.png') 9px center no-repeat;
}
#contenidos {
	background-color: #ffffff;
	margin: 0 0 0 0;
	min-height: 376px;
	/*padding: 10px;*/
	position: relative;
	width: 984px;
	/*border-top: 2px solid #ccc;*/
}
#contenidos h2 {
	border-bottom: 3px solid #e2e2e2;
	color: #717f96;
	font-size: 1.7em;
	margin: 6px 0;
	padding-bottom:10px;
}
#contenidos h3 {
	color: #005d70;
	font-size: 1.3em;
	margin: 6px 0;
}
#contenidos p {
	color: #4a5865;
	font-size: 1em;
	margin-bottom: 18px;
}
#contenidos span {
	color: #4a5865;
}
#contenidos a {
/*	color: #005d70;*/
	text-decoration: none;
}
/*
#contenidos a:link,#contenidos a:visited{
	color:#da4602;
}
*/
#contenidos a:hover {
	/*color: #005d70;*/
	text-decoration: underline;
}
#contenidos ol, #contenidos ul {

}
#contenidos ol li {

}
#contenidos ul li {

}
#contenidos img {

}
#contenidos thead th {
	background-color: #707f96;
	border-bottom: 3px solid #515c6e;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	/* CSS 3 borde con curva */
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;

}
#contenidos tbody td {
	color: #303030;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 24px;
	padding: 1px 6px;
	text-align: left;
	vertical-align: top;
}
#contenidos tbody img, #contenidos thead img {
	float: right;
	margin: 0 1px;
}
#contenidos tbody p, #contenidos thead p, #contenidos tbody span, #contenidos thead span {
	margin: 0;
	padding: 0;
}
#contenidos table td p, #contenidos table td span, #contenidos table td a {
	color: #303030;
	margin: 0;
	/*padding: 0;*/
}
#contenidos tr.cell-vacia {
	color: #EAEAEA;
	font-size: 120%;
	font-weight: normal;
	padding: 3px 6px;
	text-align: left;
}
#contenidos tr.fila-uno {
	background-color: #c7c7c7;
}
#contenidos tr.fila-dos {
	background-color: #e2e2e2;
}
#contenidos tr.fila-vacia {
	background-color: #9B1C23;
}
#contenidos .margen {
	float: left;
	height: 376px;
	width: 12px;
}
#contenidos fieldset {
	border: 1px solid #b3bec8;
	margin: 0 0 12px 0;
}
#contenidos label {
	color: #4a5865;
	font-size: 1.0em;
	float: right;
	line-height: 24px;
}
#contenidos input[type="button"], #contenidos input[type="submit"] {
	background: transparent url('../imagenes/boton-contenido-leave.jpg') top center repeat-x;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.8em;
	float: right;
	height: 21px;
	line-height: 19px;
	letter-spacing: 0em;
	width: 128px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contenidos input[type="button"]:hover, #contenidos input[type="submit"]:hover {
	background: transparent url('../imagenes/boton-contenido-enter.jpg') top center repeat-x;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.8em;
	float: right;
	height: 21px;
	line-height: 19px;
	letter-spacing: 0em;
	width: 128px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contenidos input[type="checkbox"] {
	background-color: transparent;
	color: #717880;
	cursor: pointer;
	margin: 0 6px;
}
#contenidos input[type="radio"] {
	background-color: transparent;
	color: #717880;
	cursor: pointer;
	margin: 3px 3px 3px 12px;
}
#contenidos input[type="text"], #contenidos input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	color: #333;
	font-size: 0.9em;
	height: 21px;
	line-height: 21px;
	text-indent: 6px;
	width: 256px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contenidos select {
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	color: #717880;
	font-size: 1em;
	height: 21px;
	line-height: 21px;/**/
	padding: 0;
	width: 256px;
}
#contenidos textarea {
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	color: #717880;
	font-size: 1em;
	height: 105px;
	line-height: 21px;
	width: 512px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#sesion {
	background: #747c91 url('../imagenes/sesion.jpg') top center repeat-x;
	float: left;
	height: 376px;
	width: 310px;
}
#exposicion {
	background: #747c91 url('../imagenes/exposicion.jpg') top center repeat-x;
	float: left;
	height: 376px;
	width: 310px;
}
#escritorio {
	background: #747c91 url('../imagenes/escritorio.jpg') top center repeat-x;
	float: left;
	height: 376px;
	width: 310px;
}
#sesion hr {
	border-bottom: 1px solid #E4E7EC;
	border-top: 1px solid #97A2B8;
	height: 1px;
	margin: 0 6px;
	width: 297px;
}
#exposicion hr {
	border-bottom: 1px solid #E6DBEC;
	border-top: 1px solid #9D74B6;
	height: 1px;
	margin: 0 6px;
	width: 297px;
}
#escritorio hr {
	border-bottom: 1px solid #77B6E2;
	border-top: 1px solid #3A5898;
	height: 1px;
	margin: 0 6px;
	width: 297px;
}
#sesion h3, #exposicion h3, #escritorio h3 {
	color: #efefef;
	font-size: 1.7em;
	margin: 6px;
}
#sesion img, #exposicion img, #escritorio img {
	height: 115px;
	margin: 6px;
	width: 297px;
}
#sesion img.avatar, #exposicion img.avatar, #escritorio img.avatar {
	height: 132px;
	margin: 0 6px;
	width: 180px;
}
#sesion h3 img, #exposicion h3 img, #escritorio h3 img {
	height: 22px;
	margin: 0 6px;
	width: 22px;
}
#sesion ul, #exposicion ul, #escritorio ul {
	list-style: none;
	margin: 9px 18px;
	padding: 0;
}
#sesion li, #exposicion li, #escritorio li {
	background: transparent url('../imagenes/li.jpg') left center no-repeat;
	color: #efefef;
	font-size: 0.8em;
	list-style: none;
	padding: 0 0 3px 15px;
}
#sesion li a, #exposicion li a, #escritorio li a {
	color: #efefef;
}
#sesion p, #exposicion p, #escritorio p {
	color: #ffffff;
	font-size: 0.8em;
	margin: 5px 9px;
	text-align: left;
}
#sesion p.mensaje, #exposicion p.mensaje, #escritorio p.mensaje {
	color: #F1CE16;
	text-align: center;
}
#sesion label {
	color: #F0EEEF;
	font-size: 0.9em;
	float: left;
	line-height: 24px;
	margin-right: 9px;
	text-align: right;
	width: 66px;
}
#sesion input[type="text"], #sesion input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #c7d8e3;
	color: #717880;
	font-size: 0.9em;
	height: 21px;
	line-height: 21px;
	text-indent: 6px;
	width: 150px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#sesion input[type="button"], #sesion input[type="submit"] {
	background: transparent url('../imagenes/boton-sesion-leave.png') top center no-repeat;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.9em;
	height: 21px;
	line-height: 18px;
	letter-spacing: 0em;
	padding-bottom: 3px;
	width: 51px;
}
#sesion input[type="button"]:hover, #sesion input[type="submit"]:hover {
	background: transparent url('../imagenes/boton-sesion-enter.png') top center no-repeat;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.9em;
	height: 21px;
	line-height: 18px;
	letter-spacing: 0em;
	padding-bottom: 3px;
	width: 51px;
}
/*********************************************/
#login {
	background: #747c91 url('../imagenes/login.jpg') top center repeat-x;
	float: left;
	height: 376px;
	width: 984px;
}
#login .block {
	height: 280px;
	margin: 48px auto;
	width: 680px;
}
#login h3 {
	background-color: #7a8a97;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 6px;
	text-indent: 6px;
	width: 220px;
}
#login hr {
	border-left: 1px solid #b3bec8;
	float: left;
	height: 220px;
	width: 1px;
}
#login img {
	float: left;
	height: 220px;
	margin: 6px;
	width: 186px;
}
#login p {
	color: #4d4d4d;
	font-size: 0.9em;
	margin: 5px 9px;
	text-align: left;
}
#login label {
	color: #4d4d4d;
	font-size: 0.9em;
	float: left;
	line-height: 24px;
	margin-right: 9px;
	text-align: right;
	width: 66px;
}
#login input[type="text"], #login input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #c7d8e3;
	color: #717880;
	font-size: 1em;
	height: 21px;
	line-height: 21px;
	text-indent: 6px;
	width: 150px;
	/* CSS 3 borde con curva */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#ficha {
	background: #ccc;
	float: left;
	height: 392px;
	overflow: hidden;
	width: 200px;
}
#ficha h3 {
	color: #efefef;
	font-family: 'Trebuchet MS', 'Tahoma', sans-serif;
	font-size: 1.7em;
	margin: 6px;
}
#ficha img {
	height: 132px;
	margin: 10px;
	width: 180px;
}
#ficha p {
	color: #4d4d4d;
	font-size: 0.8em;
	margin: 6px 10px;
	text-align: left;
}
#ficha li {
	background: transparent url('../imagenes/li.jpg') left center no-repeat;
	color: #4d4d4d;
	font-size: 0.8em;
	list-style: none;
	padding: 0 0 3px 15px;
}
#ficha li a {
	color: #4d4d4d;
}
#ficha thead th {
	background-color: #969696;
	border: 0;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	/* CSS 3 borde con curva */
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#ficha tbody td {
	background-color: #c7c7c7;
	color: #205867;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 15px;
	padding: 1px 6px;
	text-align: left;
}
#ficha input[type="button"], #ficha input[type="submit"], #login input[type="button"], #login input[type="submit"] {
	background: transparent url('../imagenes/boton-ficha-leave.jpg') top center no-repeat;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 0.9em;
	height: 21px;
	line-height: 18px;
	letter-spacing: 0em;
	padding-bottom: 3px;
	width: 66px;
}
#ficha input[type="button"]:hover, #ficha input[type="submit"]:hover, #login input[type="button"]:hover, #login input[type="submit"]:hover {
	background: transparent url('../imagenes/boton-ficha-enter.jpg') top center no-repeat;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 0.9em;
	height: 21px;
	line-height: 18px;
	letter-spacing: 0em;
	padding-bottom: 3px;
	width: 66px;
}
#toggle {
	background: transparent url('../imagenes/toggle.jpg') top center no-repeat;
	color: #ffffff;
	display: block;
	height: 90px;
	position: absolute;
	left: 210px;
	top: 13px;
	width: 19px;
}
#deskarea {
	min-height: 376px;
	float: left;
	width: 662px;
}
#workarea {
	min-height: 376px;
	float: left;
	margin-left: 19px;
	width: 751px !important;
}
#workarea hr, #deskarea hr {
	border-top: 1px solid #b3bec8;
	height: 1px;
	margin: 6px 0;
	padding: 0;
	width: 90%;
}
#clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}
#tips {
	background: #4a5865 url('../imagenes/tips.jpg') top center repeat-x;
	height: 40px;
	padding: 0 10px;
	width: 954px;
}
#tips a {
	color: #4a5865;
}
#tips p {
	text-align: center;
}
#tips img {
	height: 32px;
	margin: 3px 12px;
	width: 32px;
}
#creditos p {
	color: #565656;
	font-size: 0.8em;
	line-height: 12px;
	padding-top: 6px;
	text-align: center;
}
.validation-passed {
	border: 1px solid green;
} /* campo valido */
.validation-failed {
	border: 1px solid red;
} /* campo invalido */
.validation-advice {
	color: #C00;
	font-size: 0.8em;
	line-height: 12px;
	position: relative;
} /* mensaje de error */
.bubble {
	background-color: #179ab4;
	height: auto;
	width: 210px;
	z-index: 9999;
	border-width: 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.tip-top {
	display: none;
}
.tip-bottom {
	display: none;
}
.tip-text {
	display: none;
}
.tip-title {
	color: #FFFFFF;
	font-size: 90%;
	padding: 6px 12px;
	text-align: left;
	text-transform: uppercase;
}
.basictab {
	border-bottom: 3px solid #005D6F;
	font-size: 85%;
	list-style-type: none;
	margin: 12px 0 6px 0;
	padding: 2px 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	display: inline;
	margin: 0;
}
.basictab li a {
	background-color: #179ab4;
	border: 1px solid #A2D6E1;
	border-bottom: none;
	color: #ffffff;
	margin-right: 3px;
	padding: 2px;
	text-decoration: none;
	/* CSS 3 borde con curva */
	border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.basictab li a:hover {
	background-color: #005d70;
}
.basictab li.selected a { /*tab activa*/
	background-color: #005d70;
	color: #ffffff;
	position: relative;
}

#informacion h3{
	border-bottom:1px solid #ddd !important;
	width:100%;
	color:#ff5202;
	padding:10px 0 5px 0;
}

#informacion a:link,#informacion a:visited{
	color:#da4602;
}

table#tablaValue{
	background:#c6ff98;
	border-collapse:collapse;
}

#tablaValue th{
	background:#82b558;
	border:1px solid #fff;
	height:30px;
}

#tablaValue td{
	border:1px solid #fff;
}

#aceptadoPago{
	color:green;
}

#aceptadoPago img{
	float:left;
	margin:0 10px 10px 0;
}

textarea{
	padding:2px 6px;
}

.pagoOK{
	background:green;padding:1px 4px;float:left;color:white;text-transform: uppercase;font-size:10px;
}

.Fecha{
    float:left;
    width:320px;
}

.fechas{
    background:#da4d16;    
    min-height:84px;color:white;   
    padding:20px 0 0 0; 
}

.col-md-4{
    width:320px;
    float:left;
}

.dia
{
position: relative;
margin:0 20px 20px 5px;
width: 40px;
height: 25px;
float:left;
font-size:40px;
padding: 5px 10px 30px 10px;
background: red;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #FFFFFF solid 2px;
}

.dia:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 14px 0 14px 15px;
border-color: transparent red;
display: block;
width: 0;
z-index: 1;
right: -15px;
top: 19px;
}

.dia:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 0 15px 16px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 0;
right: -18px;
top: 18px;
}

.mes h4{
    font-size:25px;
    font-weight:bold;
    margin:0;
    padding:0;
    text-align:left;
}

.descripcion{
    float:left;   
    font-size:13px;
}

.datePicker {
	color: #005d70;
	position: absolute;
}
.datePicker .handle {
	background: transparent url('../imagenes/datepicker/datePicker.png') no-repeat left top;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 190px;
}
.datePicker .body {
	background: transparent url('../imagenes/datepicker/datePicker.png') no-repeat center bottom;
	padding: 0 0 9px 0;
}
.datePicker table {
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: hide;
	font-size: 0.8em;
	margin: 0 3px;
	width: 184px;
}
.datePicker b {
	cursor: default;
	float: left;
	font-weight: normal;
	padding: 0;
}
.datePicker th {
	cursor: default;
	padding: 3px 0;
	text-align: center;
}
.datePicker td {
	text-align: center;
}
.datePicker thead td {
	background: #717f96;
	color: #fff;
	padding: 3px;
}
.datePicker tbody td {
	border: 1px solid #e2e2e2;
	color: #4a5865;
	cursor: default;
	padding: 3px 0;
}
.datePicker td.selectable {
	background: #fff;
	color: #4a5865;
	cursor: pointer;
}
.datePicker td.selectable:hover {
	border-color: #717f96;
}
.datePicker td.selected {
	background: #717f96;
	color: #fff;
}
.datePicker .incdec {
	background: transparent url('../imagenes/datepicker/speeder.gif') no-repeat left top;
	float: right;
	height: 13px;
	width: 26px;
}
.datePicker .incdec span {
	cursor: pointer;
	display: block;
	height: 13px;
	width: 13px;
}
.datePicker .incdec span.disabled {
	background-image: url('../imagenes/datepicker/speeder.gif');
	cursor: default;
}
.datePicker .up {
	background-position: right bottom;
	float: right;
}
.datePicker .down {
	background-position: left bottom;
	float: left;
}
.datePicker .close {
	cursor: pointer;
}