BODY {

	font-family : Georgia;
	font-size : smaller;
	background-color : #FFFFFF;
	color : Black;
	margin : 0px;
}
A:LINK,A:VISITED  {
	color : Black;
	text-decoration : none;
}
A:HOVER {
	color : #B22222;
}

TABLE.main {
	border-width : 0px;
	border-color : #FFFDFD;
	border-style : solid;
	text-align : center;
	font-size : 12px;
	width : 800px;
}

TABLE.news {
	border-width :0px;
	border-style : solid;
	width : 620px;
	text-align : center;
	font-size : 12px;
}

TABLE.news2 {
	border-width :0px;
	border-style : solid;
	width : 620px;
	text-align : center;
	font-size : 12px;
}

TD {
	border-width : 1px;
	border-color : Black;
	border-style : solid;
	vertical-align : top;
	text-align : center;	
	font-size : 12px;
}


TD.contacto {
	border-width : 0px;
	border-style : solid;
	text-align : left;
	width : 220px;
}

TD.opciones {
	border-color : #A9A9A9;
	border-style : solid;
	vertical-align : top;
	text-align : left;
	font-size : 12px;
	background-color : White;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 0px;
	border-top-width : 0px;
}

TD.opciones_space {
	border-width : 0px;
	border-style : solid;
	background-color : White;
}

TD.main {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	width : 620px;
	padding : 5px;
	text-align : center;
	font-style : italic;
	font-size : 10px;
}

TD.menu {
	border-width :0px;
	border-color : Black;
	border-style : solid;
	text-align : left;
	padding : 5px;
	width : 170px;
	padding-left : 5px;
	padding-right : 0px;
}

TD.titulo {
	border-width : 0px 0px 1px 0px;
	border-color : Black;
	border-style : solid;
	text-align : left;
}

TD.news {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	vertical-align : top;
	text-align : justify;
	padding : 10px;
	font-family : Verdana;
}
TD.news2 {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	vertical-align : top;
	text-align : justify;
	background-image : url(textura/texturafondo.jpg);
	padding : 10px;
	font-family : Verdana;
}
INPUT {
	background-color : #FFE4E1;
	color : Black;
	font-family : "Courier New";
	font-size : 12px;
	border : 1px;
	border-style : solid;
	border-color : Black;
	padding-left : 5px;
	font-weight : bold;
	margin-top : 3px;
}

DIV.top {
	background-color : Black;
	width : 194px;
	height : 264px;
	position: absolute;
	top : 221px;
    left: 198px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
