@charset "utf-8";

/*
	//////////////////////////////////////////////////////////////////////////////////
	//	ESTILOS DE LOS DIV DEL SITIO
	//////////////////////////////////////////////////////////////////////////////////

	////////////////////////////////
	DIV FULL
	////////////////////////////////
*/
#div_full {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(imagenes/fondo_head.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#div_head ul {
	margin: 0px;
	padding: 0px;
	width: 605px;
	position: relative;
	margin: 0px auto;
}
#div_head li {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	display: inline;
	list-style-type: none;
}
#div_head li a{
	color: #003399;
	text-decoration: none;
}
#div_head li a:hover{
	color: #3C6ED0;
	text-decoration: none;
}


body {
	background-attachment: fixed;
	background-image: url(imagenes/jackson.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#contenedor {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#intro {
	height: auto;
	width: 415px;
	margin-top: 280px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 560px;
	text-align: left;
}

#intro p{
	font-size: 11px;
	color: #D5BFAA;
	
}

#intro h1{
	font-size: 14px;
	color: #FFFFFF;
}

#intro a{
	text-decoration: none;
	color: #D5BFAA;
}
#intro a:hover{
	color: #666666;
}
#intro a:visited{
	text-decoration: none;
}

.bajada{
	font-size: 12px;
	color: #FFFFFF;
}

img, div { 

	behavior: url(iepngfix.htc) 

}#titulo {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	width: 400px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FCE1C3;
}
#tituloenvivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 400px;
	padding-bottom: 30px;
}

#tituloenvivo a {
	color: #FFCC33;

}

#tituloenvivo a:hover {

	color: #FFFFFF;

}
