/*Main Layout*/

body{
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fdcc10;
}

#mainLayout{
	margin: auto;
	width: 1024px;
	height: 768px;
}

#header{
	/*background-image: url(../images/layout/header.jpg);*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 188px;
}

#leftBorder{
	background-image: url(../images/layout/index_r2_c1.gif);
	width: 48px;
	height: 580px;
	float: left;
}

#centerLayout{
	width: 858px;
	height: 493px;
	float: left;
	background-color: #ffffff;
}

#rightBorder{
	background-image: url(../images/layout/index2_r2_c5.gif);
	width: 118px;
	height: 580px;
	float: right;
}

#downBorder{
	background-image: url(../images/layout/index2_r13_c2.gif);
	width: 858px;
	height: 87px;
	float: left;
}

#navbarLayout{
	float: left;
	width: 120px;
	height: 493px;
}

#linkProgramacion{
	display: block;
	background-image: url(../images/layout/programacion.png);
	width: 120px;
	height: 55px;
}

#linkNoticias{
	display: block;
	background-image: url(../images/layout/noticias.png);
	width: 120px;
	height: 50px;
}

#linkResultados{
	display: block;
	background-image: url(../images/layout/resultados.png);
	width: 120px;
	height: 49px;
}

#linkRecintos{
	display: block;
	background-image: url(../images/layout/recintos.png);
	width: 120px;
	height: 49px;
}

#linkDeportes{
	display: block;
	background-image: url(../images/layout/deportes.png);
	width: 120px;
	height: 50px;
}

#linkEquipos{
	display: block;
	background-image: url(../images/layout/equipos.png);
	width: 120px;
	height: 50px;
}

#linkAC{
	display: block;
	background-image: url(../images/layout/ac.png);
	width: 120px;
	height: 49px;
}

#linkFotos{
	display: block;
	background-image: url(../images/layout/fotos.png);
	width: 120px;
	height: 49px;
}

#linkForo{
	display: block;
	background-image: url(../images/layout/foro.png);
	width: 120px;
	height: 49px;
}

#navbarLeftOver{
	background-image: url(../images/layout/index_r11_c2.gif);
	width: 120px;
	height: 43px;
}

#bodyLayout{
	width: 738px;
	height: 493px;
	float: right;
}

#topBodyLayout{
	background-image: url(../images/layout/index2_r2_c3.gif);
	width: 738px;
	height: 21px;
	float: left;
}

#separatorLayout{
	background-image: url(../images/layout/index2_r3_c3.gif);
	width: 30px;
	height: 472px;
	float: left;
}

#content{
	width: 708px;
	height: 472px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;	
	text-align: left;
	overflow: auto;
}

/* Hovers */
#linkProgramacion:hover,#linkProgramacion:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 55px;
}

#linkNoticias:hover,#linkNoticias:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 50px;
}

#linkResultados:hover,#linkResultados:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 49px;
}

#linkRecintos:hover,#linkRecintos:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 49px;
}

#linkDeportes:hover,#linkDeportes:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 50px;
}

#linkEquipos:hover,#linkEquipos:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 50px;
}

#linkAC:hover,#linkAC:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 49px;
}

#linkFotos:hover,#linkFotos:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 49px;
}

#linkForo:hover,#linkForo:focus{
	display: block;
	background-position: -120px;
	width: 120px;
	height: 49px;
}
