@charset "utf-8";
/* CSS Document */

/* PREGUNTA */

.pregunta textarea
{
	width:100%;
	background:none;
	border:#CCC 1px solid;
	height:80px;
}

.pregunta_content { position:relative; display:none; width:100%; }

.pregunta_c
{
	position:relative;
	width:453px;
	margin:25px auto 10px auto;
	padding-bottom:0px;
	color:#666;
	background:url(../images/plantilla/pregunta_fons.gif) repeat-y;
}

.pregunta_top
{
	position:relative;
	width:453px;
	height:5px;
	background:url(../images/plantilla/pregunta_top.gif) no-repeat top;
}

.pregunta
{
	position:relative;
	width:413px;
	padding:5px 20px 50px 20px;
	background:url(../images/plantilla/pregunta_bottom.gif) no-repeat bottom;
}

.ver_respuesta
{
	position:absolute;
	padding:1px 3px 1px 3px;
	background-color:#EEE;
	border:#CCC solid 1px;
	color:#666;
	cursor:pointer;
	font-size:10px;
	right:18px;
	bottom:25px;
	
}
.ver_respuesta:hover { background-color:#DEDEDE; }


.respuesta_c { background:url(../images/plantilla/respuesta_fons.gif) repeat-y; margin:0px auto 0px auto; }
.respuesta_top { background:url(../images/plantilla/respuesta_top.gif) no-repeat top; }
.respuesta { background:url(../images/plantilla/respuesta_bottom.gif) no-repeat bottom;  }

/* FI PREGUNTA */
