/* CSS Document */

html {
	background: url(imagenes/fondo2.jpg) top left;
}
body {
position: relative;
	margin: 0 auto;
	font:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
td {
	text-align:left;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.texto {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.smtexto {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
.titnoticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999933;
}
.titnoticias2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999933;
}
.noticias {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
.fechas {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}
.input{
	BACKGROUND-COLOR: #000000;
	BORDER-TOP: 1px solid #ffffff;
	BORDER-RIGHT: 1px solid #ffffff;
	BORDER-BOTTOM: 1px solid #ffffff;
	BORDER-LEFT: 2px solid #ffffff;
	background : #000000;
	color: #FFFFFF;
}
a.sm {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
a.sm:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
a.sm:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}
a.sm:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
/* COMIENZAN LAS DECLARACIONES DE LOS DIVS */

#container {
	margin: 0 auto;
	width: 740px;
	background: url(imagenes/bodybg.png) top left;
}

#bodydiv {
	margin: 0 auto;
	width: 670px;
	background: #000000;
	border-bottom: 1px solid rgb(76,76,76);
	border-left: 1px solid rgb(76,76,76);
	border-right: 1px solid rgb(76,76,76);
	padding: 17px;
}
.clearer {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	margin: 0;
	padding:0;
}

#main {
	border: 1px solid rgb(76,76,76);
	float: left;
	width: 462px;
}
#right {
	float: left;
	width: 186px;
	border: 1px solid rgb(76,76,76);
	margin-left: 7px;
}
#bottom {
	border: 1px solid rgb(76,76,76);
	background: url(imagenes/fondo_bottom.jpg) top left no-repeat;
	height: 22px;
	margin-top: 15px;
	width: 660px;
}


