/*

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

img {
	border: none;
}

#topbar {
	width: 750px;
	height: 75px;
	z-index: 1;
}

#mainimg {
	width: 750px;
	height: 285px;
}

#minis {
	width: 750px;
}

#mini1, #mini2, #mini3, #mini4, #mini5{
	display: inline-block;
	height: 115px;
	width: 150px;
}


#ta1, #ta2, #ta3, #ta4, #ta5 {
	display: block;
	background-color: #000000;
	color: #ffffff;
	overflow:hidden;
}

#principal {
	width: 750px;
}

.textoAlpha {
	text-align: center;
	font-size: 18px;	
	color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	background-color: #ffffff;	
	position:relative;
	top: 85px;
	left: 0px;
	height: 35px;
	width: 150px;
}

.textoTitular {
	text-align: left;
	font-size: 18px;	
	color: #ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	/*background-color: #ff4500;	*/
	background-color: #330000;
	position: absolute;
	padding-left: 10px;
	top: 455px;
	height: 50px;
	width: 740px;
	z-index: 150;
}

.textoTitular b {
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
}