* {
	margin: 0px;
	padding: 0px;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 17px !important;
  padding: 10px 5px 10px 5px !important;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

html, body {
	color: #00000;
	font-size: 11px;
	background: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.grid {
	position: absolute;
	z-index: 1000;
	opacity: .5;
	filter: alpha(opacity = 50);
	display: yes;
	top: 0px;
	left: 50%;
	margin-left: -466px;
}

a img {
	border:  none;
}

a {
	color: #B5B5B5;
	text-decoration: none;
}

a:hover {
	color: #17C0D7;
}

/*LAYOUT*/

.contenedor {
	width: 720px;
	margin: auto;
	overflow: hidden;
}

/*HEADER*/

.header {
	width: 720px;
	height: 60px;
	margin-top: 50px;
	overflow: hidden;
}

.logo, .agenda, .header_esp {
	float: left;
	overflow: hidden;
}

.agenda-mobile{
	display: flex;
	clear: both;
	margin-top: 20px;
}

.agenda-mobile .agendar_cita{
	width: 255px;
}

.agenda-mobile .agendar_cita a{
	font-size: 18px;
	line-height: 20px;
}

.header_esp {
	width: 10px;
	height: 60px;
}

.logo {
	height: 60px;
	width: 117px;
	margin-right: 350px;
}

.agendar_cita, .carrito {
	float: left;
	height: 60px;
	overflow: hidden;
}

.agendar_cita {
	width: 150px;
	font-size: 18px;
	margin-top: 8px;
	line-height: 21px;
	padding-left: 10px;
	font-family: The Sans-;
	text-transform: uppercase;
}

.agendar_cita a {
	color: #17C0D7;
}

.agenda_text{
	font-size: 14px;
	margin-left: 10px;
}

.carrito {
	width: 83px;
	
	/*background: palevioletred;*/
}

/*MENU*/

.menu {
	height: 20px;
	margin-top: 40px;
	margin-left: 10px;
	
	/*background: greenyellow;*/
}

.menu_l, .menu_l_last, .menu_l_activo, .menu_l_activo_last {
	float: left;
	width: 100px;
	color: #9B9B9B;
	font-size: 16px;
	overflow: hidden;
	margin-right: 20px;
	font-family: The Sans Light-;
	
	*margin-top: 5px;
}

.menu_l a, .menu_l_last a{
	color: #9B9B9B;
}

.menu_l_last, .menu_l_activo_last {
	margin-right: 0px;
}

.menu_l_activo {
	color: #17C0D7;
}

/* CONTENIDO */ 

.contenido {
	margin-top: 15px;
	min-height: 350px;
	
	*height: 100%;
}

/*SLIDER*/

div#slideshow {
	width: 720px;
	height: 260px;
	margin-bottom: 15px;
	background: #EEEEEE;
}

div#slideshow2 {
	width: 410px;
	height: 260px;
	margin-bottom: 15px;
	background: #EEEEEE;
}

div#loader.loading {
	/*width: 100%;
   height: 100%;*/
   text-align: center;
   vertical-align: middle;
   background: url(/images/spinner.gif) no-repeat center center;
}

#loader {
	/*width: 560px;
	height: 334px;*/
}

.banner {
	margin: auto;
	height: 260px;
	color: #17C0D7;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	font-family: The Sans Extra Light-;
}

.banner2 {
	width: 410px;
	height: 260px;
	overflow: hidden;
}

.banner a {
	color: #17C0D7;
}

.banner_in {
	height: 260px;
	overflow: hidden;
}

.banner_out {
	margin: 10px;
	height: 166px;
	overflow: hidden;
	margin-top: 84px;
}

.b_titulo {
	height: 40px;
	width: 700px;
	font-size: 32px;
	text-align: center;
}

.b_imagen img {
	vertical-align: top;
}

.b_imagen {
	height: 5px;
	margin-top: 5px;
	overflow: hidden;
	
	
}

.b_titulo2 {
	height: 80px;
	font-size: 18px;
	margin-top: 14px;
	line-height: 18px;
	overflow: hidden;
	
	*line-height: auto;
}

.b_titulo3 {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*CATEGORIAS INDEX*/

.categorias {
	margin-top: 10px;
	overflow: hidden;
	
	margin-top: 12px;
}

.categoria {
	float: left;
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.categoria_titulo {
	height: 16px;
	width: 150px;
	color: #6D6D6D;
	font-size: 12px;
	overflow: hidden;
	text-transform: uppercase;
	padding: 4px 10px 0px 10px;
	font-family: The Sans Light-;
	background-image: url(../images/ct_bg.jpg);
}

.categoria_cuerpo {
	width: 150px;
	color: #6D6D6D;
	height: 80px;
	padding: 10px;
	margin-top: 10px;
	
	background-image: url(../images/cb_bg.jpg);
}

.c_texto, .c_imagen {
	float: left;
	overflow: hidden;
	
	height: 70px;
	/*background: purple;*/
}

.c_texto {
	width: 82px;
	height: 60px;
	font-size: 10px;
	line-height: 10px;
	font-family: The Sans-;
	margin: 10px 5px 0px 0px;
}

.c_imagen {
	width: 62px;
}

.categoria_imagenes {
	overflow: hidden;
}

.c_img1, .c_img2 {
	float: left;
	height: 120px;
	overflow: hidden;
	
	/*background: #17C0D7;*/
}

.c_img1 {
	width: 100px;
	margin-right: 10px;
}

.c_img2 {
	width: 60px;
}

/*LINEA*/

.linea {
	height: 5px;
	margin-top: 24px;
	margin-bottom: 5px;
}

.linea img {
	vertical-align: top;
}

/*FOOTER*/

.footer {
	color: #B5B5B5;
	font-size: 10px;
	margin-bottom: 50px;
	font-family: The Sans-;
}

.footer a {
	color: #B5B5B5;
}

.separador {
	margin: 0px 6px;
	
	*margin: 0px 5px;
}

/*ESTILOS*/

.activo, #activo, #activo a, .activo a {
	color: #17C0D7;
}

.small {
	font-size: 12px;
}

#servicio_activo a {
	color: #17C0D7;
}

.gris {
	color: #CCCCCC;
	margin-top: 10px;
}

.rojo a {
	color: red;
}

.inactivo {
	color: #545454;
}

.verde a{
	color: green;
}

/*AGENDAR*/

.agendar_cotenido {
	min-height: 580px;
	
	*height: 100%;
}

.agendar, .agendar2 {
	height: 38px;
	width: 720px;
	color: #17C0D7;
	overflow: hidden;
	margin-top: 46px;
	margin-bottom: 30px;
	
	*margin-top: 34px;
	*margin-bottom: 32px;
	
}

.agendar2 {
	margin-bottom: 15px;
	
	*margin-bottom: 17px;
}

.agendar_confirmado {
	width: 720px;
	color: #17C0D7;
	overflow: hidden;
	margin-top: 46px;
	margin-bottom: 30px;
	
	*margin-top: 34px;
	*margin-bottom: 32px;
	
}


.acol1, .acol2 {
	float: left;
	font-size: 18px;
	overflow: hidden;
	font-family: The Sans-;
}

.acol1 {
	margin-right: 65px;
}

.agendar_paso1 {
	padding-top: 5px;
	line-height: 18px;
}

.acol1_link {
	color: #BCBCBC;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	/*margin-top: -12px;*/
	
	*margin-top: 0px;
}

.acol3, .acol4 {
	float: left;
	width: 340px;
	font-size: 18px;
	overflow: hidden;
	font-family: The Sans-;
}

.acol3 {
	margin-right: 20px;
}

.fecha_confirmada {
	margin-top: 10px;
	line-height: 18px;
}

.fecha_aclara {
	color: #A0A3A3;
	margin-top: 40px;
	line-height: 18px;
}

.acol4 {
	width: 360px;
}

.gris_confirmado {
	color: #A0A3A3;
	margin-top: 20px;
	line-height: 10px;
	
	*line-height: 20px;
}

.aclaraciones {
	color: #9B9B9B;
	font-size: 10px;
	margin-top: 80px;
	line-height: 11px;
}

.imagen_confirm {
	width: 400px;
	height: 235px;
	/*background: #17C0D7;*/
}

/*SERVICIOS AGENDAR*/

.servicios_agendar {
	width: 720px;
	color: #4F5151;
	font-size: 25px;
	overflow: hidden;
	font-family: The Sans Light-;
}

.servicios_agendar_div {
	height: 35px;
	cursor: pointer;
}

.agendar_costos {
	overflow: hidden;
	line-height: 17px;
	margin-left: 490px;
}

.agendar_subtotal, .agendar_total {
	float: left;
	color: #B5B5B5;
	font-size: 10px;
	overflow: hidden;
}

.agendar_subtotal {
	width: 50px;
}

.agendar_total_titulo, .agendar_total_titulo2 {
	color: #7F7F7F;
	font-size: 14px;
	margin-top: 5px;
}

.agendar_agendar {
	margin-left: 50px;
}

.agendar_next, .agendar_actualizar {
	color: #17C0D7;
	font-size: 16px;
	margin-top: 25px;
	font-family: The Sans-;
}

.agendar_next {
	margin-top: 5px;
}

.servicios {
	width: 720px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
}

.servicio, .servicio_top {
	overflow: hidden;
	line-height: 14px;
}

.servicio_top {
	margin-bottom: 5px;
}

.sc1, .sc2, .sc3 {
	float: left;
	color: #9B9B9B;
	overflow: hidden;
}

.sc1 {
	width: 160px;
	line-height: 1.2;
	margin-right: 20px;
	
	/*padding-top: 15px;*/
	
	*line-height: 14px;
}

.sc2, .sc3 {
	width: 100px;
	overflow: hidden;
	margin-right: 20px;
}

.right {
	width: 60px;
	margin-right: 0px;
}

.servicio_bold {
	color: #514F4F;
	font-size: 14px;
	
	*margin-bottom: 15px;
}

.servicio_precio {
	overflow: hidden;
}

.precio, .servicio_input {
	float: left;
	overflow: hidden;
}

.precio {
	width: 50px;
	line-height: 1.2;
	
	*line-height: 14px;
}

.restricciones {
	margin-top: 2px;
	cursor: pointer;
}

.restricciones, .restricciones a {
	color: #17C0D7;
	font-size: 10px;
}

.restriccionestexto {
	font-size: 11px;
}

/*SERVICIOS SELECCIONADOS*/

.agregar_servicios {
	color: #CCCCCC;
	font-size: 10px;
}

.servicios_seleccionados {
	width: 70px;
	color: #B5B5B5;
	line-height: 1.4;
}

.linea_gris {
	height: 5px;
	margin: 15px 0px;
}

.linea_gris img {
	vertical-align: top;
}

.servicio_seleccionado_contenido {
	margin-bottom: 25px;
}

.servicio_seleccionado {
	/*width: 240px;*/
	color: #7F7F7F;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

.cantidadprecio {
	color: #B5B5B5;
	font-size: 11px;
}

.agendar_datos {
	width: 720px;
	overflow: hidden;
}

.adcol1 {
	float: left;
	width: 280px;
	overflow: hidden;
	min-height: 100px;
	margin-right: 20px;
	
	*height: 100%;
}

/*RADIO*/

.radio {
	width: 19px;
	height: 14px;
	padding: 0 5px 0 0;
	background: url(../images/radio1.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

/*COLUMNAS*/

.columnas {
	overflow: hidden;
}

.col1, .col2 {
	float: left;
	width: 290px;
	overflow: hidden;
}

.col1 {
	width: 410px;
	margin-right: 20px;
	
	/*background: greenyellow;*/
}

.col2 {
	
	/*background: orange;*/
}

.imagen_seccion {
	width: 410px;
	height: 260px;
	/*background: #17C0D7;
	
	background: #161616;*/
}

.titulo {
	color: #17C0D7;
	font-size: 25px;
	line-height: 25px;
	font-family: The Sans Extra Light-;
}

.subtitulo {
	color: #B5B5B5;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
}

.texto {
	color: #6D6D6D;
	font-size: 13px;
	margin-top: 25px;
	line-height: 13px;
	font-family: The Sans-;
}

.texto_servicio {
	color: #6D6D6D;
	font-size: 14px;
	margin-top: 25px;
	line-height: 13px;
	font-family: The Sans-;

}

.link_agendar {
	/*margin: 15px 0px 5px 0px;*/
}

.link_agendar, .link_agendar a{
	height: 15px;
	color: #17C0D7;
	font-size: 14px;
	font-family: The Sans-;
}

.link_video, .link_video a {
	color: #B4B4B5;
	font-size: 12px;
	font-family: The Sans-;
}

.link_video a {
	color: #17C0D7;
}

.servicios_columnas {
	width: 720px;
	overflow: hidden;
	margin-top: 45px;
}

.servicios_columna {
	overflow: hidden;
	margin-bottom: 10px;
}

.cols, .cols2{
	float: left;
	width: 160px;
	overflow: hidden;
	margin: 0px 10px;
	font-family: The Sans-;
}

.cols {
	margin-bottom: 10px;
}

.cols2 {
	width: 170px;
	margin: 0px 0px 0px 10px;
}

.categoria_nombre {
	color: #6D6D6D;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.cols, .cols a, .cols2, .cols2 a {
	color: #CCCCCC;
	line-height: 14px;
}

.servicio_mas {
	margin-top: 10px;
	color: #B4B4B5;
}

.servicio_mas_boton {
	color: #B4B4B5;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif
}

.ccol1, .ccol2 {
	float: left;
	margin-top: 32px;
	overflow: hidden;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.ccol1 div, .ccol2 div{
	margin-bottom: 5px;
}

.ccol1 {
	width: 50px;
	margin-right: 10px;
}

.ccol2 {
	width: 110px;
}

.agendar_total_titulo2 {
	margin-top: 10px;
}

/*OFERTAS*/

.promo {
	margin: auto;
	width: 720px;
	height: 260px;
	
	/*background: #17C0D7;*/
}

.promos_columnas {
	width: 720px;
	overflow: hidden;
	margin-top: 25px;
}

.detalles {
	margin-bottom: 100px;
}

.pcol1, .pcol2 {
	float: left;
	width: 350px;
	overflow: hidden;
}

.pcol1 {
	color: #9B9B9B;
	font-size: 16px;
	line-height: 16px;
	font-family: The Sans Light-;
}

.pcol1 {
	color: #9B9B9B;
	font-size: 16px;
	line-height: 16px;
	font-family: The Sans Light-;
}

.pcol2 {
	color: #6D6D6D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}

.pcolfix {
	width: 330px;
	margin-right: 20px;
}

/*CONTACTO*/

.linea_larga {
	height: 5px;
	margin-top: 35px;
}

.linea_larga img {
	vertical-align: top;
}

.contacto_col1, .contacto_col2 {
	float: left;
	width: 470px;
	overflow: hidden;
}

.contacto_col1 {
	width: 220px;
	color: #9B9B9B;
	font-size: 16px;
	margin-right: 20px;
	padding-left: 10px;
	line-height: 16px;
	font-family: The Sans Light-;
}

.sucursal_titulo {
	color: #17C0D7;
	font-size: 16px;
	font-family: The Sans Light-;
}

.sucursal_texto {
	width: 220px;
	color: #BCBCBC;
	font-size: 12px;
	margin: 5px 0px 30px 0px;
	font-family: Verdana, Arial, Helvetica;
}

.mapa {
	margin-top: 10px;
	font-size: 10px;
	font-family: The Sans-;
}

/*PRODUCTOS*/

.productos_col1, .productos_col2 {
	float: left;
	width: 350px;
	overflow: hidden;
}

.productos_col1 {
	margin-right: 20px;
}

.productos {
	overflow: hidden;
	margin-bottom: 20px;
}

.productos_imagen, .productos_texto {
	float: left;
	overflow: hidden;
}

.productos_imagen {
	width: 170px;
	height: 150px;
	margin-right: 20px;
	
	/*background: #17C0D7;*/
}

.productos_texto {
	width: 160px;
	height: 150px;
	color: #9FA0A0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	/*background: greenyellow;*/
}

.productos_top {
	height: 120px;
	line-height: 14px;
	overflow: hidden;
}

.productos_nombre {
	margin-bottom: 15px;
}

.productos_ver_mas {
	font-size: 10px;
	margin-top: 5px;
}

/*MAPA*/

.titulo_mapa {
	color: #17C0D7;
	font-size: 25px;
	line-height: 25px;
	margin: 0px 10px 10px 10px;
	font-family: The Sans Extra Light-;
}

.sitio {
	font-size: 12px;
	line-height: 14px;
	font-family: The Sans-;
}

.sitio a{
	color: #9B9B9B;
	margin: 0px 10px;
}

.sitio a:hover {
	color: #17C0D7;
}

.sitio_sec {
	margin: 10px;
	color: #9B9B9B;
	margin-left: 20px;
}

.sitio_sec a {
	color: #B4B4B5;
}

.sitio_sec2 {
	color: #6D6D6D;
	margin-left: 10px;
}

.sitio_sec2 a{
	color: #B4B4B5;
}

/*DETALLE*/

.dcol1, .dcol2 {
	float: left;
	overflow: hidden;
}

.dcol1 {
	width: 410px;
	margin-right: 20px;
}

.detalle_imagen {
	width: 410px;
	height: 265px;
	
	/*background: #17C0D7;*/
}

.dcol2 {
	width: 280px;
	color: #9FA0A0;	
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.detalle_texto {
	overflow: hidden;
	min-height: 190px;
	
	*height: 100%;
}

.detalle_titulo {
	margin-bottom: 15px;
}

.detalle_down {
	margin-top: 40px;
}

/*LOGOUT*/

.logout {
	font-size: 11px;
	line-height: 12px;
	padding-left: 10px;
	font-family: The Sans-;
	text-transform: uppercase;
}

/*CMS*/

.cms {
	width: 700px;
	color: #9B9B9B;
	font-size: 12px;
	margin: 0px 10px;
	overflow: hidden;
	min-height: 350px;
	font-family: The Sans-;
	
	*height: 100%;
}

.cms a {
	color: #9B9B9B;
}

.cms_link {
	height: 15px;
	margin: 10px 0px 7px 0px;
}

.cms_link2 {
	clear:left; 
	margin-bottom: 7px;
}

.cms_link3 {
	margin: 10px 0px 7px 10px;
}

.cms_link4 {
	margin: 10px 0px 3px 10px;
}

.cmscol1, .cmscol2, .cmscol3 {
	float: left;
	width: 340px;
	overflow: hidden;
	
	/*background: greenyellow;*/
}

.cmscol3 {
	width: 710px;
}

.cmscol1 {
	margin-right: 20px;
}

.cms_images {
	width: 340px;
	overflow: hidden; 
	margin-bottom: 6px;
}

.cms_imagen {
	float: left;
	width: 160px;
	height: 90px;
	overflow: hidden; 
}

.cms_texto {
	float: left; 
	width: 160px;
	overflow: hidden; 
	margin-left: 10px; 
	margin-bottom: 3px; 
}

.cms_editar_imagen {
	margin-left: 10px;
}

.cms_images_editar {
	float: left;
	font-size: 10px;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
}

.cms_regresar {
	margin-bottom: 7px;
}

.cms_titulo_editar {
	color: #17C0D7; 
	margin: 20px 0px 7px 0px;
}

.upper {
	text-transform: uppercase;
}

.cms_categorias {
	margin: 10px 0px 7px 10px;
}

.cms_editar_image {
	margin-left: 10px;
	margin-bottom: 3px; 
}

.cms_imagen_overflow {
	overflow: hidden;
}

/*FORMA*/

.forma, .login {
	color: #9B9B9B;
	font-size: 16px;
	font-family: The Sans-;
}

.login {
	font-size: 12px;
	margin-left: 10px;
}

.forma input {
	height: 43px;
	width: 228px;
	font-size: 16px;
	padding: 0px 10px;
	border: 1px solid #DDDDDD;
	
	*height: 31px;
	*padding-top: 12px;
}

.forma textarea {
	resize: none;
	height: 66px;
	width: 228px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #DDDDDD;
}

.obligatorio {
	font-size: 10px;
	margin-top: 32px;
	line-height: 10px;
}

.forma_boton {
	padding: 8px 0px 0px 10px;
}

/*FORMA LOGIN*/

.login input {
	height: 22px;
	width: 242px;
	*height: 20px;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 5px;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
}

.login textarea {
	resize: none;
	height: 45px;
	width: 242px;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 5px;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
}

.login input[type='file'] {
	padding-top: 4px;
	
	*height: 22px;
}

.orden input {
	width: 20px;
	height: 20px;
	padding-top: 5px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}

.envios input {
	width: 40px;
	height: 20px;
	padding-top: 5px;
	overflow: hidden;
	border: 1px solid #DDDDDD;

}

.cantidad {
	margin: 0px;
	padding: 0px;
}

.cantidad input {
	width: 25px;
	height: 10px;
	color: #706F6F;
	overflow: hidden;
	font-size: 8px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #DDDDDD;
}

.cantidad input:focus {
	outline: none;
}

/* CALENDARIO */

.calendario {
	overflow: hidden;
	margin-bottom: 55px;
}

#calendar {
	width: 240px;
	float: left;
}

.month {
	color: #706F6F;
	font-size: 16px;
	overflow: hidden;
	text-transform: lowercase;
	font-family: The Sans Light-;
}

.month_cback, .month_cnext, .month_mes {
	float: left;
	overflow: hidden;
}

.month_cback {
	margin-right: 10px;
}

.month_cback img{
	vertical-align: top;
	margin-top: 8px;
}

.month_cnext {
	margin-left: 10px;
}

.month_cnext img{
	vertical-align: top;
	margin-top: 8px;
}

.month_mes {
	/*padding-top: 5px;*/
}

#calendar table {
	width: 240px;
	border-collapse: collapse;
}

#calendar td, #calendar th {
	padding: 6px;
	font-size: 10px;
	/*border: 1px solid #999;*/
	font-family: The Sans-;
}

#calendar th {
	color: #706F6F;
	font-size: 16px;
	background: #FFF;
	text-align: left;
	width: 14.2857142857143%;
	
	*height: 40px;
}

#calendar td {
	color: #BCBBBB;
	height: 20px;
	font-size: 16px;
	background: #FFF;
	line-height: 8px;
	vertical-align: top;
	
	*line-height: 16px;
}

#calendar .notmonth {
	color: #EEE;
}

#calendar .notmonth a {
	color: #EEE;
}

#calendar #month {
	margin: 0;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

#calendar #month a, #calendar #month a:hover {
	color: #999;
	padding: 0 10px;
	text-decoration: none;
}

#calendar .today a{
	color: #706F6F;
	/*background-color: #D7F2FF;*/
}

#calendar ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	list-style: none;
}

#calendar li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
}

.linea_cal {
	position: relative;
}

.linea_cal img{
	top: 40px;
	position: absolute;
	
	*top: 50px;
	
	top: 30px;
}

.horarios {
	float: left;
	width: 190px;
	color: #BCBBBB;
	font-size: 16px;
	overflow: hidden;
	margin-left: 60px;
	margin-top: 40px;
	font-family: The Sans-;
}

.citas_overflow {
	overflow: hidden;
}

.citas_floatc1, .citas_floatc2 {
	float: left;
	overflow: hidden;
}

.citas_floatc2 {
	width: 470px;
}

.citas {
	width: 440px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

.cita_t {
	color: #706F6F;
	font-size: 16px;
}

.cita {
	width: 435px;
	margin-left: 5px;
}

.am, .pm {
	float: left;
	width: 60px;
	overflow: hidden;
}

.am div, .pm div {
	height: 25px;
}

.am_t {
	color: #706F6F;
	margin-bottom: 10px;
	
	*height: 35px;
	*margin-bottom: 15px;
} 

.calendario_imagen {
	float: left;
	width: 230px;
	height: 285px;
	overflow: hidden;
}

.cita_datos {
	float: left;
	width: 230px;
	height: 285px;
	color: #BCBBBB;
	font-size: 13px;
	overflow: hidden;
	margin-top: 40px;
	font-family: The Sans-;
}

.cita_datos div {
	min-height: 25px;
}

.cita_activo, .cita_caps {
	color: #706F6F;
	font-size: 16px;
}

.cita_caps {
	margin-bottom: 10px;
	text-transform: uppercase;
	
	*height: 35px;
	*margin-bottom: 15px;
}

.error {
	color: red;
	font-size: 16px;
	font-family: The Sans-;
}

/*COLORES*/

.sc1, .precio  {
	color: #706F6F;
}