/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chica {
	color: #B21E6F;
}
.chico {
	color: #008780;
}
/*--------------------- CUERPO FICHA -------------------*/

#cuerpo_ficha {
	width: 881px;
	background-image:url(../_img/fondo_ficha.jpg);
	background-repeat:repeat-y;
	float: left;
	margin-top: 25px;
}

#cuerpo_ficha #fondo_ficha {
	width: 872px;
	background-repeat: no-repeat;
	float: left;
	padding-right:9px;
	padding-top: 5px;
}
#cuerpo_ficha .fondo_chica {
	background-image:url(../_img/cabecera_ficha_chica.jpg);
}
#cuerpo_ficha .fondo_chico {
	background-image:url(../_img/cabecera_ficha_chico.jpg);
}

/*-------------------- MIGAS DE PAN ------------------*/

#cuerpo_ficha #fondo_ficha .migas {
	font-size: 9px;
	color: #565352;
}
#cuerpo_ficha #fondo_ficha .migas a {
	color: #565352;
}
#cuerpo_ficha .fondo_chica .migas span {
	color: #B21E6F;
}
#cuerpo_ficha .fondo_chico .migas span {
	color: #008780;
}

/*------------------ CONTENIDO FICHA ------------------*/

#cuerpo_ficha .separa {
	float:left;
	width:872px;
}
#cuerpo_ficha .separa2 {
	float:left;
	width:580px;
	padding-bottom: 20px;
}

#cuerpo_ficha #fondo_ficha .titulo {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#cuerpo_ficha #fondo_ficha .novedad {
	background-image:url(../_img/ico_novedad.jpg);
	background-position:40px 50px;
	background-repeat: no-repeat;
}
#cuerpo_ficha #fondo_ficha .tratamiento {
	float: left;
	padding-top: 70px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 40px;
	width: 400px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C3837;
}
#cuerpo_ficha #fondo_ficha .titulo_estrella {
	background-repeat: no-repeat;
	background-position: 40px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 62px;
	font-size: 11px;
	font-weight: bold;
	
	width: 388px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#cuerpo_ficha #fondo_ficha .est_chica {
	background-image: url(../_img/ico_estrella.jpg);
}
#cuerpo_ficha #fondo_ficha .est_chico {
	background-image: url(../_img/ico_estrella_chico.jpg);
}
#cuerpo_ficha #fondo_ficha .desc {
	font-size: 11px;
	padding-left: 62px;
	float: left;
	width: 375px;
	text-align: justify;
	color: #565253;
	line-height: 16px;
}
#fondo_ficha .precio_desde {
	display:block;
	float:right;
	background-image:url(../_img/ficha_precio.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:134px;
	height:47px;
	padding-top: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-right: 50px;
	margin-top:10px;
}
#fondo_ficha .precio_chica {
	color: #AD0657;
}
#fondo_ficha .precio_chico {
	color: #008780;
}
#fondo_ficha .precio_desde span { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
 }

/*------------------ DIV PARA IMAGENES ------------------*/

#cuerpo_ficha #fondo_ficha #imagenes {
	background-repeat:no-repeat;
	width: 353px;
	padding-left: 35px;
	padding-top: 70px;
	background-position: 35px 70px;
	float: left;
	margin-bottom: 30px;
}

#cuerpo_ficha #fondo_ficha #imagenes #div_img {
	float: left;
	height: 238px;
	width: 298px;
	padding-left: 29px;
}
#cuerpo_ficha #fondo_ficha #imagenes #div_img img {
	border: 1px solid #EBEBEB;
}
#cuerpo_ficha #fondo_ficha #imagenes #paginacion {
	width: 228px;
	padding-top: 62px;
	padding-left: 10px;
	height: 30px;
	float: right;
}
#cuerpo_ficha #fondo_ficha #imagenes #paginacion a {
	margin-right: 5px;
}

#cuerpo_ficha #fondo_ficha #imagenes #paginacion .num {
	background-image: url(../_img/recuadro_paginacion.jpg);
	float: right;
	width: 20px;
	text-align: center;
	height: 19px;
	color: #B6B5B5;
	text-decoration: none;
	font-size: 13px;
	padding-top: 1px;
	font-weight: bold;
	margin-top: 2px;
}
#cuerpo_ficha #fondo_ficha #imagenes .chica .actual {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #B21E6F;
	background-image: url(../_img/recuadro_paginacion_act.jpg);
	width: 24px;
	height: 24px;
	float: right;
	text-align: center;
	padding-top: 3px;
	background-repeat: no-repeat;
}
#cuerpo_ficha #fondo_ficha #imagenes .chico .actual {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00756F;
	background-image: url(../_img/recuadro_paginacion_act_chico.jpg);
	width: 24px;
	height: 24px;
	float: right;
	text-align: center;
	padding-top: 3px;
	background-repeat: no-repeat;
}


#cuerpo_ficha #fondo_ficha #imagenes #paginacion .anterior {
	background-image: url(../_img/img_anterior.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top:6px;
}
#cuerpo_ficha #fondo_ficha #imagenes .chica .anterior_act {
	background-image: url(../_img/img_anterior_act.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top: 6px;
}
#cuerpo_ficha #fondo_ficha #imagenes .chico .anterior_act {
	background-image: url(../_img/img_anterior_act_chico.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top: 6px;
}
#cuerpo_ficha #fondo_ficha #imagenes #paginacion .siguiente {
	background-image: url(../_img/img_siguiente.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top: 6px;
}
#cuerpo_ficha #fondo_ficha #imagenes .chica .siguiente_act {
	background-image: url(../_img/img_siguiente_act.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top: 6px;
}
#cuerpo_ficha #fondo_ficha #imagenes .chico .siguiente_act {
	background-image: url(../_img/img_siguiente_act_chico.jpg);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
	width: 10px;
	height: 12px;
	font-size: 0px;
	margin-top: 6px;
}
#cuerpo_ficha #fondo_ficha #imagenes p {
	font-size: 9px;
	color: #B6B5B5;
	text-align: right;
	float: left;
	width: 343px;
	padding-left: 10px;
}

/*-------------------------- SLOGAN -------------------------*/

#cuerpo_ficha #fondo_ficha .slogan {
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	float: left;
	padding-left: 40px;
	padding-bottom: 35px;
}
#cuerpo_ficha #fondo_ficha .slogan span {
	float: left;
	padding-top: 10px;
	color: #6B396E;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

/*----------------------------- INDICACIONES ---------------------*/

#cuerpo_ficha #fondo_ficha  #div_indicaciones {
	float:left;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 827px;
	min-height: 162px;
}
#cuerpo_ficha #fondo_ficha  .fondo_ind_chica {
	background-image: url(../_img/fondo_indicaciones.jpg);
}
#cuerpo_ficha #fondo_ficha  .fondo_ind_chico {
	background-image: url(../_img/fondo_indicaciones_chico.jpg);
}

#cuerpo_ficha #fondo_ficha #div_indicaciones .titulo_indicaciones {
	background-repeat: no-repeat;
	background-position: 40px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 62px;
	font-size: 11px;
	width: 400px;
	padding-top: 3px;
	padding-bottom: 15px;
	font-weight: normal;
}
#cuerpo_ficha #fondo_ficha #div_indicaciones .chica {
	background-image: url(../_img/ico_indicaciones.jpg);
}
#cuerpo_ficha #fondo_ficha #div_indicaciones .chico {
	background-image: url(../_img/ico_indicaciones_chico.jpg);
}
#cuerpo_ficha #fondo_ficha .desc_ind {
	font-size: 9px;
	padding-left: 62px;
	float: left;
	width: 410px;
	text-align: justify;
	color: #565253;
	line-height: 16px;
}
#cuerpo_ficha  #fondo_ficha  #div_indicaciones  ul {
	float: left;
	padding-left: 60px;
	width: 444px;
	padding-top: 10px;
}
#cuerpo_ficha #fondo_ficha #div_indicaciones li {
	font-size: 10px;
	float: left;
	color: #565352;
	width: 200px;
	padding-right: 10px;
	list-style: none;
	background-image: url(../_img/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
	padding-bottom: 5px;
}


/*------------------------ BANNER MEDICA --------------------*/


#cuerpo_ficha #fondo_ficha #banner_explicar {
	font-size: 10px;
	color: #656363;
	float: right;
	background-image: url(../_img/banner_doctora.jpg);
	background-repeat: no-repeat;
	width: 200px;
	padding-top: 28px;
	text-align: right;
	padding-right: 98px;
	height: 90px;
}
#cuerpo_ficha #fondo_ficha #banner_explicar span {
	font-size: 14px;
	font-weight: bold;
	color: #006499;
	text-align: right;
	padding-bottom: 5px;
	float: right;
	width: 190px;
}
#cuerpo_ficha #fondo_ficha #banner_explicar a {
	font-size: 9px;
	color: #006499;
	float: right;
	margin-top: 5px;
}


/*------------------------------ APARTADO TRATAMIENTOS -------------------------------*/

#cuerpo_ficha #fondo_ficha .titulo_tratamientos {
	background-repeat: no-repeat;
	background-position: 40px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 62px;
	font-size: 11px;
	width: 765px;
	padding-top: 8px;
	padding-bottom: 20px;
	margin-top: 30px;
	font-weight: normal;
}
#cuerpo_ficha #fondo_ficha .trat_chica {
	background-image: url(../_img/ico_tratamientos.jpg);
}
#cuerpo_ficha #fondo_ficha .trat_chico {
	background-image: url(../_img/ico_tratamientos_chico.jpg);
}
#cuerpo_ficha #fondo_ficha #div_tratamientos {
	float: left;
	width: 695px;
}

#cuerpo_ficha #fondo_ficha #div_tratamientos .subtitulo {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	float: left;
	width: 620px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .sub_chica {
	color: #6B396E;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .sub_chico {
	color: #6B396E;
}

/*----------------------- TRATAMIENTOS INDICADOS ---------------------*/

#cuerpo_ficha #fondo_ficha #div_tratamientos .indicados {
	background-repeat: no-repeat;
	float: left;
	width: 220px;
	padding-left: 90px;
	background-position: 60px 0px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .ind_chica {
	background-image: url(../_img/ico_visto.jpg);
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .ind_chico {
	background-image: url(../_img/ico_visto_chico.jpg);
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .indicados li {
	float: left;
	width: 217px;
	list-style: none;
	background-image: url(../_img/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 11px;
	color: #565352;
	padding-left: 8px;
	padding-bottom: 5px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .indicados .titulo {
	font-weight: normal;
	background: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .indicados .chica {
	color: #B21E6F;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .indicados .chico {
	color: #008780;
}

/*----------------------- ZONAS DE TRATAMIENTO ---------------------*/


#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas {
	background-repeat: no-repeat;
	float: left;
	width: 220px;
	padding-left: 80px;
	background-position: 50px 0px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas_chica {
	background-image: url(../_img/ico_zonas_chica.jpg);
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas_chico {
	background-image: url(../_img/ico_visto_chico.jpg);
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas li {
	float: left;
	width: 217px;
	list-style: none;
	background-image: url(../_img/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 11px;
	color: #565352;
	padding-left: 8px;
	padding-bottom: 5px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas .titulo {
	font-weight: normal;
	background: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas .chica {
	color: #B21E6F;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos .zonas .chico {
	color: #008780;
}

/*----------------------- OTROS TRATAMIENTOS ---------------------*/

#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat {
	float: left;
	width: 580px;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 115px;
	padding-top: 10px;
	background-position: 20px 0px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat a {
	font-size: 9px;
	text-decoration: underline;
	float: right;
	width: 290px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 8px;
}

#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .chico {
	background-image:url(../_img/enlace_chico.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color:#008984;
}

#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .chica {
	background-image:url(../_img/enlace_chica.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	color:#B21E6F;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .separa3 {
	font-size: 9px;
	text-decoration: none;
	float: right;
	width: 290px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 8px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat ul {
	float: right;
	width: 295px;
	padding-left: 10px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .tratamientos {
	width:200px;
	float: left;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat li {
	float: left;
	width: 140px;
	background-image: url(../_img/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 9px;
	list-style: none;
	padding-left: 6px;
	padding-bottom: 5px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat li a{
	display: inline;
	width: auto;
	float: none;
	color: #B6B5B5;
	font-size: 9px;
	padding-left: 0px;
}
#cuerpo_ficha  #fondo_ficha  #div_tratamientos  #otros_trat  li .info {
	color: #828080;
	text-decoration: underline;
	padding-left: 0px;
	display: inline;
	float: none;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .titulo_chica {
	color: #EC6B9C;
	font-weight: bold;
	background: none;
	padding-left: 0px;
	width: 230px;
}
#cuerpo_ficha #fondo_ficha #div_tratamientos #otros_trat .titulo_chico {
	color: #008780;
	font-weight: bold;
	background: none;
	padding-left: 0px;
	width: 230px;
}

/*------------------------ IMAGEN -------------------------*/

#cuerpo_ficha #fondo_ficha #imagen_chica {
	float: left;
	background-image: url(../_img/fondo_tratamientos.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 177px;
	padding-bottom: 60px;
}
#cuerpo_ficha #fondo_ficha #imagen_chica img{
	display:block;
	float:left;
}

#cuerpo_ficha #fondo_ficha #imagen_chico {
	float: left;
	background-image: url(../_img/fondo_tratamientos_chico.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 177px;
	padding-bottom: 60px;
}
#cuerpo_ficha #fondo_ficha #imagen_chico img{
	display:block;
	float:left;
}

/*---------------------- ARTICULOS ---------------------------*/

#cuerpo_ficha #fondo_ficha .titulo_articulos {
	background-repeat: no-repeat;
	background-position: 40px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 65px;
	font-size: 11px;
	width: 760px;
	padding-top: 4px;
	padding-bottom: 20px;
	margin-top: 10px;
	font-weight: normal;
}
#cuerpo_ficha #fondo_ficha .articulo_chica {
	background-image: url(../_img/ico_articulos.jpg);
}
#cuerpo_ficha #fondo_ficha .articulo_chico {
	background-image:url(../_img/ico_articulos_chico.jpg);
}
#cuerpo_ficha #fondo_ficha .articulos {
	background-image: url(../_img/fondo_articulos.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 660px;
	padding-left: 170px;
	background-position: 65px 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#cuerpo_ficha #fondo_ficha .articulos li {
	float: left;
	width: 290px;
	font-size: 10px;
	background-image: url(../_img/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	list-style: none;
}
#cuerpo_ficha #fondo_ficha .articulos a {
	color: #565352;
}


/*---------------------- TESTIMONIOS ---------------------------*/

#cuerpo_ficha #fondo_ficha .titulo_testimonios {
	background-repeat: no-repeat;
	background-position: 34px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 65px;
	font-size: 11px;
	width: 760px;
	padding-top: 4px;
	padding-bottom: 20px;
	margin-top: 20px;
	font-weight: normal;
}
#cuerpo_ficha #fondo_ficha .test_chica {
	background-image: url(../_img/ico_testimonios.jpg);
}
#cuerpo_ficha #fondo_ficha .test_chico {
	background-image: url(../_img/ico_testimonios_chico.jpg);
}
#cuerpo_ficha #fondo_ficha #div_testimonios {
	float: left;
	width: 760px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 231px;
}
#cuerpo_ficha #fondo_ficha .edad_joven {
	background-image:url(../_img/mujer_joven.jpg);
}
#cuerpo_ficha #fondo_ficha .edad_media {
	background-image:url(../_img/mujer_media.jpg);
}
#cuerpo_ficha #fondo_ficha .edad_avanzada {
	background-image:url(../_img/mujer_avanzada.jpg);
}
#cuerpo_ficha #fondo_ficha .edad_joven_chico {
	background-image:url(../_img/hombre_joven.jpg);
}
#cuerpo_ficha #fondo_ficha .edad_media_chico {
	background-image:url(../_img/hombre_media.jpg);
}
#cuerpo_ficha #fondo_ficha .edad_avanzada_chico {
	background-image:url(../_img/hombre_avanzada.jpg);
}
#cuerpo_ficha #fondo_ficha #div_testimonios p {
	background-image: url(../_img/bocata.gif);
	background-repeat: no-repeat;
	float: left;
	width: 380px;
	padding-left: 67px;
	padding-top: 13px;
	font-size: 10px;
	color: #565352;
	padding-right: 173px;
	line-height: 14px;
	height: 84px;
	padding-bottom: 10px;
	margin-top: 50px;
	background-position: 50px 0px;
}
#cuerpo_ficha #fondo_ficha #div_testimonios span {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-bottom: 5px;
	width: 380px;
}
#cuerpo_ficha #fondo_ficha #div_testimonios #escucha {
	float: left;
	padding-left: 50px;
	width: 470px;
	padding-top: 20px;
}
#cuerpo_ficha #fondo_ficha #div_testimonios .play_chica {
	background-image: url(../_img/play_chica.jpg);
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-right: 10px;
}
#cuerpo_ficha  #fondo_ficha  #div_testimonios  .stop  {
	background-image: url(../_img/stop.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}
#cuerpo_ficha #fondo_ficha #div_testimonios .barra_test_chica {
	float: left;
	width: 348px;
	padding-left: 30px;
	background-image: url(../_img/escucha_chica.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	background-position: 0px 0px;
	padding-right: 0px;
	height: auto;
	margin-top: 0px;
	color: #AD0654;
}


/*---------------------- MAQUINARIA ---------------------------*/

#cuerpo_ficha #fondo_ficha .titulo_maquina {
	background-repeat: no-repeat;
	background-position: 34px 0px;
	float: left;
	padding-left: 60px;
	padding-left: 65px;
	font-size: 11px;
	width: 760px;
	padding-top: 14px;
	padding-bottom: 35px;
	margin-top: 20px;
}
#cuerpo_ficha #fondo_ficha .maq_chica {
	background-image: url(../_img/ico_maquinaria.jpg);
}
#cuerpo_ficha #fondo_ficha .maq_chico {
	background-image: url(../_img/ico_maquinaria_chico.jpg);
}
#cuerpo_ficha #fondo_ficha .desc_maq {
	float: left;
	padding-left: 65px;
	width: 500px;
	font-size: 11px;
	color: #565352;
	text-align: justify;
	line-height: 15px;
	
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cuerpo_ficha #fondo_ficha .fondo_chico {
	background-image: url(../_img/fondo_maquinaria_chico.jpg);
}
#cuerpo_ficha #fondo_ficha .fondo_chica {
	background-image: url(../_img/fondo_maquinaria.jpg);
}
#cuerpo_ficha #fondo_ficha .desc_maq strong {
	font-size: 16px;
	font-weight: bold;
	color: #3C3837;
}
#cuerpo_ficha #fondo_ficha .desc_maq span {
	font-size: 12px;
	font-weight: bold;
}
#cuerpo_ficha #fondo_ficha .maquina {
	display: block;
	float: right;
	padding-right: 50px;
}


/*---------------------- FORMULARIO ---------------------------*/

#cuerpo_ficha #fondo_ficha form {
	float:left;
	padding-left: 300px;
	background-repeat: no-repeat;
	padding-top: 80px;
	width: 572px;
	height: 395px;
}
#cuerpo_ficha #fondo_ficha .form_chica {
	background-image: url(../_img/fondo_formulario.jpg);
}
#cuerpo_ficha #fondo_ficha .form_chico {
	background-image: url(../_img/fondo_formulario_chico.jpg);
}

#cuerpo_ficha  #fondo_ficha  form  .titulo_form {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 500px;
}
#cuerpo_ficha #fondo_ficha form .desc_form {
	font-size: 11px;
	color: #7A7878;
	float: left;
	width: 500px;
	line-height: 16px;
	padding-top: 8px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario {
	float: left;
	width: 500px;
	padding-top: 8px;
	height: 300px;
}
#cuerpo_ficha #fondo_ficha form .desc_form span {
	font-size: 14px;
	color: #3C3838;
}
#cuerpo_ficha #fondo_ficha form #div_formulario label {
	float:left;
	display:block;
	width:250px;
	height:40px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario span {
	font-size: 10px;	
	color: #565352;
	display: block;
	float: left;
	width: 250px;
	padding-bottom: 3px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario .sin { width: 190px; }
#cuerpo_ficha #fondo_ficha form #div_formulario .sin2 {
	padding:0px 0px 0px 5px;
	width: 80px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
	bottom: 1ex;
}

#cuerpo_ficha #fondo_ficha form #div_formulario input,
#cuerpo_ficha #fondo_ficha form #div_formulario select {
	float: left;
	width: 220px;
	font-size: 10px;
	color: #565253;
	margin-bottom: 10px;
	padding: 2px;
}

#cuerpo_ficha #fondo_ficha form #div_formulario select{
	width: 228px;
}
#div_formulario option{
	height:14px;	
	width: 220px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario .input2 {
	margin:0px;
	width:15px;
	text-align: left;
	display: block;
}

#cuerpo_ficha #fondo_ficha form #div_formulario .sin_input {
	margin-right: 0px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario textarea {
	font-size: 10px;
	float: left;
	width: 475px;
	margin-bottom: 3px;
	height: 65px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario .label_textarea { width: 500px; height:80px; }
#cuerpo_ficha #fondo_ficha form #div_formulario .label_s { float: left; width:120px; height:14px; }
#cuerpo_ficha #fondo_ficha form #div_formulario .nota {
	font-size: 9px;
	color: #565352;
	display: block;
	float: left;
	width: 60px;
	margin-top: 5px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario .enviar_chica {
	background-image: url(../_img/boton_enviar_chica.jpg);
	display: block;
	float: right;
	width: 64px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-right: 20px;
}
#cuerpo_ficha #fondo_ficha form #div_formulario .enviar_chico {
	background-image: url(../_img/boton_enviar_chico.jpg);
	display: block;
	float: right;
	width: 64px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-right: 20px;
}
#cuerpo_ficha #fondo_ficha .enlace_sig {
	float: left;
	width: 760px;
	padding-left: 65px;
	padding-top: 20px;
}
#cuerpo_ficha #fondo_ficha .enlace_sig a {
	font-size: 12px;
	font-weight: bold;
}


.respuesta_mail {
	float: left;
	color: #7A7878;
	width: 500px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 12px;
	font-weight: bold;
}


