@charset "utf-8";

#cuestionario table
{
	width: auto;
}

.error
{
	display: none;
	color: #D63301;
	background-color: #FFCCBA;
	font-size: 11px;
	border: 1px solid;
	margin: 1px 0px;
	padding:2px 1px 2px 1px;
	width: 300px;
	float: right;
}

.error_mostrado
{
	display: inline;
	color: #D63301;
	background-color: #FFCCBA;
	font-size: 11px;
	border: 1px solid;
	margin: 1px 0px;
	padding:2px 1px 2px 1px;
	width: 300px;
	float: right;
}

.texto-derecha
{
	text-align: right;
}

.asterisco
{
	color: red;
}

.error_message, .warning_message, .success_message
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;	
	display: none;
}

th.pregunta_radio
{
	text-align:center;
}

.respuesta_radio
{
	text-align:center;
}

hr
{
	color: #0070C0;
	background-color: #0070C0;
}

h1
{
	color: #404040;
	font-family:"Arial", "Times New Roman",Georgia,Serif;
	font-size: 16px;
}

p
{
	text-indent: 1.5em;
	margin-top: 0;
}

#cuestionario
{
	font-size: 14px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#cuestionario li, #cuestionario td
{
	font-size: 14px;
}

fieldset 
{
	border: 1px solid #4f81bd;
	width: 100%;
	background: #FFFFFF;
	padding: 3px;
	font-size: 14px;
}
fieldset legend 
{
	background: #4f81bd;
	padding: 6px;
	font-weight: bold;
	color: white;
}

a.button 
{
	background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	float: right;
	cursor:pointer;
}

a.button span 
{
	background: transparent url('../img/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active 
{
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span 
{
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

.clear
{
	clear: both;
}

.pregunta
{
	text-align:right;
	width: 40%;
}

.pregunta_3_col
{
	text-align:right;
}

.pregunta_radio
{
	text-align:right;
}

.respuesta_3_col
{
	width: 120px;
}

.extra_3_cel
{
	width: 250px;
}

fieldset table
{
	margin-left:auto;
	margin-right:auto;
}

.tabla_estilos .odd
{
	background-color: #B7DEE8;
	padding-left: 4px;
	padding-right: 4px;
}

.tabla_estilos .even
{
	background-color: #F2DCDB;
	padding-left: 4px;
	padding-right: 4px;
}

.nota
{
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: left;
}

.negrita
{
	font-weight: bold;
}

#cuestionario table.tabla_3
{
	width: auto;
}

.tabla_3 .pregunta_3
{
	background-color: #B7DEE8;
	padding-left: 4px;
	padding-right: 4px;
	width:380px;
}

.tabla_3 .pregunta_3 p
{
	margin: 0px;
}

.tabla_3 .respuesta1, .tabla_3 .respuesta2
{
	width: 89px;
	background-color: #F2DCDB;
	padding-left: 4px;
	padding-right: 4px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#real_total
{
	color: red;
}

#ideal_total
{
	color: red;
}

.real
{
	text-align: right;
}

.ideal
{
	text-align: right;
}

/*
.pregunta_6
{
	width: 20%;
}
*/

.respuesta_6
{
	width: 75px;
	text-align:center;
}

.extra_6
{
	width: 10%;
	border-bottom: 0;
}

.zero
{
	width:55px;
}

.numeric
{
	width:55px;
}

.negrita
{
	font-weight:bold;
}

table.datepick  th, table.datepick td 
{
	padding-left:0px;
	font-size: 12px;
}

.warning_message
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/warning.png');
}

.success_message
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/accept.png');
}

.error_message
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/error.png');
}

table.membresia
{
	font-size: 18px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
}

#cuestionario table.membresia td
{
	font-size: 18px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
}

input.button
{
	float:right;
}

.datepick-new-month, .datepick-new-year
{
	background:#FFFFFF none repeat scroll 0 0;
}

.datepick-header select
{
	background:#FFFFFF none repeat scroll 0 0;
}