/* 
    Document   : encuestas
    Created on : 21/05/2009, 04:54:33 PM
    Author     : dhincapie
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.main_encuestas table
{
  border-collapse: collapse;
}

.main_encuestas table thead tr td, .main_encuestas table tbody tr td
{
  vertical-align: top;
  padding: 0px 10px;
}

.poll ,.poll .poll-cuerpo,.poll .poll-contenido{
	position: relative;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.poll{
	background: url("encuestas_middle.png") repeat-y;
	width: 192px;
	margin-left: 5px;
	float: left;
	position: relative;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	margin-bottom: 10px;
}

.poll .poll-cuerpo{
	background: url("encuestas_top.png") no-repeat scroll left top;
	width: 192px;
	float: left;
	position: relative;
	min-height: 165px;
	height: auto !important;
	height: 165px;
}

.poll_todas .poll .poll-cuerpo{
	background: url("encuestas_top_2.png") no-repeat scroll left top;
}

.poll .poll-contenido{
	background: url("encuestas_bottom.png") no-repeat scroll left bottom;
	width: 152px;
	float: left;
	position: relative;
	min-height: 115px;
	height: auto !important;
	height: 115px;
	padding: 30px 20px;
}

.poll .poll-contenido .radio
{
	margin: 0px;
	padding: 2px 2px 0px 5px;
}

.poll .pollSubmit
{
	width: 75px;
	height: 29px;
	bottom: 12px;
	right: 22px;
	position: absolute; 
}

.poll .pollSubmit input
{
	width: 75px;
	height: 29px;
	/*position: absolute;*/
}

.poll .poll-estrella
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url("estrella-poll.png") no-repeat;
	width: 65px;height: 134px;
}

.poll .poll-contenido h3 a
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bolder;
	color: #008134;
	text-decoration: none;
}

.tabla_resultados h1
{
	font-size: 15px;
	color: #2361A9;
	padding-bottom: 18px;
}

.tabla_resultados
{
	color: #2361A9;
	/*width: 400px !important;*/
}

.tabla_resultados
{
	font-family: Verdana;
	font-size: 14px;

	/*width: 270px;*/
}

.nombrePreg
{
	font-weight: bold;
}

.fondo_resultados STRONG
{
	color: red;
}

#ul_lista
{
	text-align: left;
}

#ul_lista td
{
	padding: 0px;
}

#encuestas
{
	padding-bottom: 20px;
	text-align: right;
}

.vermas
{
	margin-right: 13px;
	text-decoration: none;
	color: #B3D018;
}

.pollVermas
{
	position: absolute;
	clear: left;
	left: 25px;
	bottom: 15px;
}

#opciones_encuesta 
{
	float: left;
	clear: both;
}
