/* DECLARACIONES GENERALES ============================ */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8E9DA3;
	background:#170E0E url(../images/bg.jpg) left top no-repeat;
}

input {
	padding:1px 4px;
	font-size:9px;
	text-align:center;
}


/* CONTENEDORES PRINCIPALES ============================ */

/* wrapper ------------------------------------------- */
#wrapper {
	padding:0 18px;
	width:995px;
	overflow:hidden;
}

/* top ------------------------------------------- */
#top {
	width:100%;
	overflow:hidden;
}

/* header ------------------------------------------- */
#header {
	float:left;
	width:578px;
}
	
	/*--------------------*/
	
	#logo {
		margin:0;
		padding:0;
	}
	
		#logo span {
			display:none;
		}
		
	/*--------------------*/	
	
	#info {
		margin-top:190px;
		font-family:Helvetica, Arial, sans-serif;
		font-size:19px;
	}
		#info p {
			margin:0;
			padding:0;
		}
	
	/*--------------------*/
	
	#info2 {
		margin-top:22px;
	}
	
		#info2 p {
				margin-top:0;
		}
		
		#url, #goVideo {
			font-family:Helvetica, Arial, sans-serif;
			font-size:19px;
			color:#EC715E;
			text-decoration:none;
		}
		
		#btn_enviar {
			margin-top:-4px;
			_margin-top:0;
		}
		
	/*--------------------*/
	
	#linkVideo {
		margin:26px 0 0 0;
		width:320px;
		height:41px;
		background:#010101 url(../images/btn_player2.jpg) 9px 4px no-repeat;
	}
	
		#goVideo {
			display:block;
			padding:11px 0 0 60px;
			width:260px;
			height:30x;
			line-height:19px;
		}
	
		#goVideo:hover {
			text-decoration:underline;
		}

/* carrusel ------------------------------------------- */
#carrusel {
	float:left;
	display:inline;
	margin-top:60px;
	width:320px;
	height:240px;
}

	#cVentana {
		position:relative;
		width:320px;
		height:240px;
		overflow:hidden;
	}
	
	#cImagenes {
		position:absolute;
		left:0px;
		width:320px;
	}
		#cImagenes img {
			float:left;
			display:inline;
		}

	#btn_left {
		display:block;
		float:right;
		width:77px;
		height:18px;
		background-image:url(../images/btn_left.png)!important;
		background-image: none;
		filter: none !important;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_left.png');
		cursor:pointer;
	}
	
	#btn_right {
		display:block;
		float:right;
		margin-left:2px;
		width:77px;
		height:18px;
		background-image:url(../images/btn_right.png)!important;
		background-image: none;
		filter: none !important;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_right.png');
		cursor:pointer;
	}
		
		
/* content ------------------------------------------- */
#content {
	clear: both;
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
	overflow:hidden;
}

	/*--------------------*/
	
	.box {
		float:left;
		display:inline;
		width:203px/*223*/;
		margin-right:15px;
		padding:10px;
		background:#0C0505;
	}
		.box h3 {
			color:#516470;
			font-size:12px;
		}
		
	
	#link_spot {
		color:#EC715E;
		font-weight:bold;
	}
	

/* velo ---------------------------------------------- */

#msg {
	display:none;
	position:absolute;
	left:0px;
	top:245px;
	z-index:9999;
	width:415px;
	height:222px;
}

	#btn_close {
		display:inline;
		float:right;
		margin:10px 10px 9px 0;
		width:17px;
		height:17px;
	}
	
	.txt {
		float:none;
		clear:both;
		margin:0 auto;		
		width:345px;
		height:156px;
		font-family: "Myriad Pro", Arial, sans-serif;
		font-size:14px;
		text-transform:uppercase;
		text-align:center;
		font-weight:bold;
		color:#000;
		background:url(../images/bg_msg.jpg) left top no-repeat;
	}
		
	#ok, #error1, #error2 {display:none;}
	
		#ok p {
			margin:0;
			padding:37px 13px 0 13px;
		}
		
		#error1 p {
			margin:0;
			padding:34px 16px 0 16px;
		}
		
		#error2 p {
			margin:0;
			padding:37px 13px 0 13px;
		}

#velo {
	display:none;
	position:absolute;
	left:0px;
	top:245px;
	z-index:9998;
	width:415px;
	height:222px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* velo video ---------------------------------------- */

#vid {
	display:none;
	position:absolute;
	left:0;
	top:150px;
	padding:13px 30px 35px 30px;
	width:540px;
	height:360px;
	z-index:9999;
}

	#btn_close2 {
		display:inline;
		float:right;
		margin:0 0 5px 0;
		width:17px;
		height:17px;
	}

#velo2 {
	display:none;
	position:absolute;
	left:0px;
	top:150px;
	z-index:9998;
	width:600px;
	height:425px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}