/*********************************************
		The basics
*********************************************/
body	{
	background: #fff url('../img/background.gif');
	background-repeat: repeat-x;
	color: #000;

}
.container	{
}

a	{
	color: #3c55a5;
	text-decoration: none;
}
a:hover	{
	color: #f80;
	text-decoration: underline;
}

.alt, h1, h2, h3, h4, h5, h6, legend	{
	color: #3c55a5;
}


.right	{
	text-align: right;
}
.left	{
	text-align: left;
}
.center	{
	text-align: center;
}
.justify	{
	text-align: justify;
}


/*********************************************
		Do it with style
*********************************************/
a, h1, h2, h3, h4, h5, h6	{
	font-family: "Courier New", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif;
}
#header	{
	display: block;
	height: 178px!important;
}
#logo	{
	height: 154px!important;
	padding: 12px;
}

#promo	{
	margin-top: 12px;
	height: 150px!important;
	width: 500px!important;
}

#menu	{
	display: block;
	height: 29px!important;
}

#menu a	{
	display: block;
	width: 180px;
	float: left;
	color: #fff;
	height: 17px!important;
	padding: 6px;
	margin: 0px 20px;
}

#explicacion *	{
	margin: 0px;
}

#explicacion h1, #explicacion h2, #explicacion h3	{
	color: #fff;
	padding: 13px;
}
#explicacion p	{
	color: #fff;
	padding: 13px;
	padding-top: 0px;
}
#explicacion #izquierda	{
	float: left;
}
#explicacion #izquierda .contenido	{
	background: url('../img/exp-bg-left.png');
	margin-left: 10px;
	text-align: justify;
	width: 280px;
}
#explicacion #centro	{
	float: left;
}
#explicacion #centro .contenido	{
	background: url('../img/exp-center.gif');
	text-align: justify;
	width: 290px;
}
#explicacion #derecha	{
	float: left;
}
#explicacion #derecha .contenido	{
	background: url('../img/exp-bg-right.png');
	text-align: justify;
	width: 280px;
}

#fotitos	{
	border: 1px solid #333;
	height: 150px;
	width: 650px;
}

#footer	{
	background: #3c55a5;
	color: #fff;
	font-family: "Courier New", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	padding: 8px;
	margin-bottom: 20px;
}

/*********************************************
		scroller
*********************************************/
.scroller	{
	display: block;
	height: 230px;
	list-style: none;
	overflow: hidden;
}
.scroller p	{
	margin: 0px;
}
.scroller .titulo	{
	font-weight: bolder;
}

.noticia a	{
	color: #fff;
	text-decoration: underline;
}

#ticker	{
	padding: 12px;
	padding-top: 0px;
}

/*********************************************
		Fotitos
*********************************************/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}
.mask1{
	position:relative;
	width:750px;
	height:150px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
}
