@charset "utf-8";
/* CSS Document */
body{
	overflow:hidden
}
.fondo_transparente{
	position:absolute; z-index:10; width:100%; height:100%; left:0px; background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.5; opacity:.50
}
.capa_pregunta{
	position:absolute; z-index:11; width:750px; height:400px; margin-left:50%; left:-375px; top:750px; background-color:#999
}
.panelSup_pregunta{
	position:relative;width:750px; height:20px; background-color:#555
}
.boton_salir{
	position:absolute;top:0px; right:4px; cursor:pointer
}
.capaCentral_pregunta{
	position:relative;width:750px; height:380px; background-color:#999; overflow-y:scroll
}
.posic_relativa{
	position:relative
}
.fondo_pregunta{
	position:relative; background-color:#CCC
}
.cursor{
	cursor:pointer
}
.capa_respuesta{
	position:relative; width:700px; 
}
.capa_visor{
	position:relative; overflow:hidden;width:720px; height:160px; margin-left:50%; left:-360px; background-color:#CCC
}
.imagenes{
	position:relative; height:140px; left:0px; top:10px; background-color:#666
}
.capa_consultorio{
	position:relative; z-index:2 
}
.preguntas{
	position:relative; cursor:default
}
.capa_expertos{
	position:relative; height:600px; z-index:2; cursor:default
}
.entrada_experto{
	position:relative; width:250px; height:150px; margin-left:50%; left:-125px; top:0px; background-color:#CCC
}
.caja_texto{
	width:120px
}
.img_experto{
	position:absolute; z-index:1; right:15px; top:0px; width:90px; height:120px
}
.capa_estudios{
	position:relative; z-index:2
}
.capa_imagenes{
	position:relative; z-index:2
}
.visor0{
	position:relative; width:600px; margin-left:50%; left:-300px
}
.boton_visor{
	position:absolute; width:40px; height:100%; top:0px; background-color:#444; z-index:1; cursor:pointer; overflow:hidden
}
.dir_derecha{
	right:-40px
}
.dir_izquierda{
	left:-40px
}
.visor1{
	position:relative; overflow:hidden;width:600px; height:100%; background-color:#CCC
}
.capa_img{
	position:relative; width:1120px; left:0px; top:0px; background-color:#666
}
.informacion{
	position:relative; width:700px; margin-left:50%; left:-350px; top:15px; background-color:#CCC; border:#000 solid 3px
}
.desc_img{
	position:relative; width:100%
}


