* { 
	padding: 0;
	margin: 0;
}

body {
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #263947;
}

/*Main divs*/
#navegacion{
	background: url(../images/headerflash.jpg) no-repeat;
}

#jazin-fp{
}

#contenedor { 
	margin: 0 auto;
	width: 811px;
}

#contenidoprincipalbg{
	float: left;
	background: url(../images/body-bg2.jpg) repeat-y;
	width: 100%;
	clear: both;
}

#contenidoprincipal{
	float: left;
	background: url(../images/body-bg.jpg) no-repeat top left;
	width: 100%;
	padding: 30px 0 0 0;
	clear: both;
	min-height: 344px;
}

#izquierda { 
	margin: 0px 5px 5px 0px;
	padding: 6px 15px 0 56px;
	width: 20%;
	float: left;
	overflow: hidden;
}

#contenido { 
	float: left;
	margin: 0px 5px 5px 30px;
	padding: 10px;
	width: 55%;
	display: inline;
}

#footer { 
	width: 811px;
	clear: both;
	margin: 0px 0px 10px 0px;
	background: url(../images/footer-bg.jpg) no-repeat;
	height:69px;
	
}

.titulos{
	font-size:12pt;
	color:#FF6600;
}

/*utilities*/
ul{
	padding-left:40px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

/* Bottom spotlight */

#ja-botsl {

	background: #454545;

	border-bottom: 1px solid #555555;

	color: #757575;

}



#ja-botsl .main {

	padding: 20px 0;

}