@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial;
	}
	
#container {
	width:1042px;
	height:auto;
	margin:auto;
	}
	
#header {
	width:100%;
	height:115px;
	padding:0;
	background:url(images/header.gif) no-repeat;
	}
#cuerpo {
	width:100%;
	height:auto;
	min-height:1157px;
	background:url(images/fondoGrande.gif);
	}
.capaSlider {
	width:637px;
	margin-left:50px;
	margin-top:15px;
	margin-bottom:70px;
	min-height:316px;
	float:left;
}
	
.capaLineup {
	width:317px;
	margin-top:15px;
	margin-right:30px;
	min-height:316px;
	float:right;
	}
	
#informacion {
	width:323px;
	height:auto;
	float:right;
}
	
	
#footer {
	width:1042px;
	height:215px;
	margin:auto;
	}
	
#slideshow {list-style:none; color:#fff;z-index:1;}
#slideshow span {display:none;z-index:1;}
#wrapper {display:none;z-index:1;}
#wrapper * {margin:0; padding:0;z-index:1;}
#fullsize {position:relative; width:637px; height:316px; background:#000}
#image {width:637px}
#image img {position:absolute; z-index:25; width:auto}
	
/*------------------Noticias y Registro-----------------------------*/

	#divNoticias {	font-family: Verdana, Arial;
		font-size: 14px;
		font-style: normal;
		color: #ffffff;
		width:50%;
		margin-left:145px;
		float:left;
	}
	
#divResgitross {	
		font-family: Verdana, Arial;
		font-size: 14px;
		font-style: normal;
		color: #ffffff;
		width:320px;
		height:50px;
		padding:2px;
		float:right;
		background:url(images/fondoRegistro.gif) no-repeat;

	}

	.frmLabel{
		font-weight:bold;
		color:#6D9A64;	
		font-size:14px;
	}

	.frmInput{
		background-color:#000000;
		border:solid 1px #000000;
		width:222px;
		color:#FFFFFF;
	}

	.frmButton{
		background-color:#CCC;
		background:url(images/boton.gif) no-repeat;
		width:72px;
		height:24px;
		border:solid 1px #158d90;
		color:#666;
		padding:0 10px 0 10px;
		font-weight:bold;
		cursor:pointer;
	}

	.frmMsj{
		color:#666;
		font-weight:bold;
		font-size:14px;
	}