/****************************************************************************************
 *	review.css - Archivo de estilos para las reviews de Aventura y CÍA v3								* 
 ****************************************************************************************
 *	Aquí se definen los estilos especificos para la página de review										*
 *	de Aventura y CÍA: review.php.																											*
 *																																											*
 *	Autor:	Javier Cadenas																															*
 *	Fecha:	febrero de 2006		Última modificación:	noviembre de 2007										*
 ****************************************************************************************/
/** Etiquetas completas *****************************************************************/
/** Identificadores | Etiquetas y clases internas a ellos *******************************/
#argumento
{
	background: url(../imagenes/diseno_web/argumento.jpg) no-repeat;
}
#comentario
{
	background: url(../imagenes/diseno_web/comentario.jpg) no-repeat;
}
#comentarios
{
	margin-top: 20px;
}
#comentarios h2
{
	background: url(../imagenes/diseno_web/rereviews.jpg) no-repeat;
}
#conclusion
{
	background: url(../imagenes/diseno_web/conclusion.jpg) no-repeat;
}
#flotante
{
	position: absolute;
	top: 100px;
	right: 0;
	width: 270px;
}
#introduccion
{
	background: url(../imagenes/diseno_web/introduccion.jpg) no-repeat;
}
#reviews
{
	background: url(../imagenes/diseno_web/reviews.jpg) no-repeat;
}
#cuerpo p
{
	width: 545px;
}
#flotante #capturas, #flotante .recuadro
{
	margin-left: 50px;
}
#flotante #capturas .sombra_intermedia
{
	margin-left: 0;
}
#flotante .recuadro
{
	border-right: none;
}
#flotante form p
{
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
}
#flotante form select
{
	background-color: #277191;
	color: #FFFFFF;
	width: 50px;
}
#flotante .recuadro .estrellas img
{
	margin-left: -4px;
}
#flotante .recuadro .sombra_intermedia
{
	margin-left: 134px;
}
#flotante .recuadro .estrellas
{
	position: absolute;
	top: -11px;
	left: 13px;
}
#flotante .recuadro .puntuacion
{
	background-color: #C1C1C1;
	border: #3883A2 1px solid;
	border-right: none;
	font-size: 0.8em;
	height: 12px;
	padding: 0 10px 0 0;
	position: relative;
	margin: 15px 0 0 10px;
	text-align: right;
}
#flotante .transparencia
{
	padding: 5px;
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#paginacion, .control
{
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}
#titulo
{
	border-bottom: none;
}
#titulo, .entradilla
{
	margin-right: 280px;
}
/** Clases | Etiquetas e identificadores internos a ellos *******************************/
.boton img
{
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 16px;
}
.control
{
	margin-right: 235px;
}
.control span
{
	color: #FF6600;
}
h3.separacion
{
	border-bottom: #3782A1 1px dashed;
	margin: 0 235px 5px 0;
	padding-right: 40px;
}
.entradilla
{
	font-size: 1em;
}
.reviews_cartel
{
	border: #3883A2 1px solid;
	display: block;
	width: 250px;
}
.margen_boton
{
	margin-left: 50px;
}



#nueva_rereview
{
	background: url(../imagenes/diseno_web/nueva_rereview.jpg) no-repeat;
	margin: 20px 0;
}
#autor {
	margin-left: 261px;
}
#opinion {
	margin-left: 261px;
}
#titulo_comentario {
	margin-left: 119px;
}
#principal form img
{
	margin-left: 311px;
	border: #FD9A0B 1px solid;
}
#puntuacion_form
{
	margin-left: 238px;
}
#captcha {
	margin: 0 0 10px 224px;
}
.aviso {
	margin: 0 100px 10px 311px;
	font-size: 10px;
}
input, textarea {
	width: 396px;
}
select {
	width: 402px;
}
label
{
	vertical-align: top;
}
#principal form .sombra_intermedia
{
	margin-left: 311px;
}