﻿
/* ----------------------- PAGE ZONES --------------------------------- */


    /*Header Zone ***/ 
	#HZone { height:501px ;  	}
	
	#HZone table{ width:100%;/* height:501px <---REVISAR se quito para q no rompiera la talba de Login*/ 	}
	
	
/* ----------------------- LATERAL --------------------------------- */

	
	/*COLUMNA LATERAL IZQUIERDA! ***/
		#HZone .LeftArea { width:334px; height:344px; margin:0 auto; background-color:#353D40; 
		text-align:center; padding-top:13px }
		
	
	
	
	
	
	
	
	
	
		/* -------------- ENCUESTA --------------------------------- */
		
		

	
	
	
			
	#Poll 
	{
		width:351px; margin:auto;
		padding-bottom:50px;  
		background-image:url(../Picfiles/Bg_Poll.gif); background-repeat:repeat-y; background-position:bottom;
		font-size:12px; 
	}
	
	#Poll table { width:100% !important; text-align:left !important;   }
	
	#Poll td { line-height:20px;  /* background-image: url(../Picfiles/Bg_Divider_Poll.gif);	background-repeat: repeat-x;background-position:bottom; 	 */ }
	
	#Poll  .HeadStyle { display:none; }		
	
	#Poll .QuestionStyle td
	{
		padding:3px; padding-top:6px;  padding-bottom:12px;
		color:#353D40; font-weight:bold; text-align:center; 
		background-image: url(../Picfiles/Bg_Divider_Poll.gif);	background-repeat: repeat-x;background-position:bottom
	}
	
	
	

	#Poll #myPoll
	{
		width:283px; 
		display:block; 
		margin:0 auto 5px 33px;
	}	
	
	#Poll #myPoll  table { line-height:19px; } /* tabla de preguntas y opciones*/
		
	#Poll #myPoll  label 
	{
		display:block; 
		padding-left:6px; margin-left:3px; 
		border-bottom:1px solid #d9d2d0; 
		line-height:25px;
	} 
	
	#Poll #myPoll  input {	float:left; height:20px; background-color:Transparent !important; } 
	
	
	#Poll td { line-height:13px;  } /* tabla de respuestas */
	
	
	#Poll .ButtonStyle 
	{
		float:none !important; display:block; margin:auto;
		width:100px; height:27px !important;
		margin-top:10px;
		background-image:url(../Picfiles/Btn_Poll_Votar.gif); border:0px; cursor:hand; 
	}
	
	
	/* --Opciones---- */
	
	#Poll #myPoll span  table table table td
	{
		padding-bottom:5px;
		border-bottom:1px solid #d9d2d0;
		font-weight:bold;
		/*background-image:url('/images/Bar/BarOff.gif'); background-repeat:repeat-x;*/
	}
	
	#Poll #myPoll span   td img
	{
		width:auto;	 /* height:400px !important;	 */ 
		/*border-left:1px solid #F79200 !important;*/
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	

	
	/*#Poll dl{ padding: 0 5px; color:#353D40; width:283px; margin:0 auto 10px auto;}
	
	#Poll dt{ padding:3px; color:#353D40; font-weight:bold; font-size:12px; text-align:center; margin-bottom:5px;
	background-image: url(../Picfiles/Bg_Divider_Poll.gif);	background-repeat: repeat-x;background-position:bottom}
		
	#Poll dd{  height:40px; background-image: url(../Picfiles/Bg_Divider_Poll.gif);	background-repeat: repeat-x; 
	background-position:bottom; margin:0 ;padding:0; font-size:11px; text-align:left; display:block; 	padding:0 4px}	
	*/
	
		/* ----------------------- */
		
	
	/* FONDO GRISACEO (no se coloca en LayoutMain.porque se sobre-pone al Bg del header en las internas***/ 
	#MZone { background-color:#F6F6F4  }
	
	
	
		