body{
	margin: 0px;
}
#siteContainer table{
	width:100%;
	text-align:center;
}
#backgroundContainer{
	background: #ffffff url(images/background.jpg) center top no-repeat;
}
* {	margin: 0; padding: 0; }
td { vertical-align: top; } 

#concursoBox {
	width: 825px;
	height: 610px;
	margin: auto;
	position: relative;
}
#containerForm{
	width: 438px;
	height: 390px;
}
#participa{
	float: left;
	margin-bottom: 5px;
	margin-left: 375px;
	margin-top: 210px;
}

#reglas{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	text-decoration:none;
	top: 511px;
	left: 285px;
}
#reglas a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

ul.nominadosList,
#datosList {
	float: left;
	list-style: none;
	margin: 10px 0px 4px;
	width: 380px;
	font: 12px Arial, Helvetica, sans-serif;
}

ul.nominadosList li {
	background: #ec008c url(/concursos/mis_premios_mx/images/white-line.png) no-repeat 51px 0;
	color: #fff;
	cursor: pointer;
	float: left;
	margin-bottom: 6px;
	min-height: 56px;
	overflow: hidden;
	text-align: left;
	width: 380px;
}

#datosList li {
	float: left;
	margin-bottom: 6px;
	text-align: left;
	width: 380px;
}

ul.nominadosList li input.radio {
	display: none;
}

ul.nominadosList li .thumb {
	float: left;
	padding: 2px;
}

ul.nominadosList li .content {
	float: left;
	margin: 10px 0 0 13px;
	width: 305px;
}

ul.nominadosList li.hover {
	background-color: #00cbf9;
}

ul.nominadosList li.selected {
	background-color: #096ece;
}



.radio{
	margin: 0px 8px 0px 0px;
}
.wrapper h3 {
	background-image: url(images/bg_h3.png);
	width: 380px;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-transform: uppercase;
	text-align: left;
}

.wrapper h3 .content {
	padding: 7px;
}

.panel a.cross-link {
	display: none;
}

.stripViewer .panelContainer .panel .wrapper p{
	cursor: pointer;
	text-align: right;
	width: 380px;
}
#gracias{
	padding: 220px 0px 0px 372px;
}
#gracias P{
	font: bold 40px Arial,Helvetica,sans-serif;
	margin: 100px auto;
	text-align: center;
	width: 293px;
}
#volver{
	height: 200px;
	left: 56px;
	position: absolute;
	top: 10px;
	width: 217px;
}
#volver a{
	height: 200px;
	width: 217px;
	float: left;
}
/*SLIDER*//*
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px 15px 0px 30px;
		}*/
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 220px 0px 0px 372px;
			position: relative;
			width: 438px;
			margin: 0px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 425px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			clear: both;
			background: transparent;
			_float: left;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			float: left;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
			float: left;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			text-align: left;
			width: 415px;
			float: left;
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: none;
			padding: 0 15px;
		}
		

		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL{ 
			display: none;
		} 
		
		.stripNavR {
			display: none;
		}
		
		.stripNavL a{ 
			display: none;
		}
		.stripNavR a {
			display: none;
		}

		
		.stripNavR {
			background: url("images/continuar.jpg") no-repeat center;
		}

