/* CSS Document */

body {
	margin: 0px;
	border-width: 0px;
	background-color: #210000;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
}

.celdaPrincipal {
	width: 713px;
	
}
.celdabanner {
	padding-top: 20px
}
.celdaMenu {
	width: 148px;
}
.celdaMenuline {
	width: 148px;
	height: 3px;
	background-image: url(images/img_menuline.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.celdatexto {
	width: 353px;
	vertical-align: top;	
	padding-left: 10px;
}
.celdaimagen{
	width: 202px;
	top: 0px;
	right: 0px;
	vertical-align: top;
	text-align: center;
}

.textolegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c6bdb7;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #c6bdb7;
	vertical-align: top;
	text-align: justify;
	}
	
.textomenuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-indent: 2px;
	}
	
.textomenuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(images/img_menuover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 2px;
	}
.enlace {
	color: #FFFFFF;
	font-weight: bold;
}
