body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#777777;
	background-image:url(images/fondo_website.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

.tablacontainer { 
	background-color:#506477;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	padding-left:30px;
	padding-right:5px;
	text-align:justify;
	margin-top:10px;
}

.texto_contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	padding-right:20px;
	text-align:right;
}

.texto_prod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	padding-left:22px;
	padding-right:15px;
	text-align:left;
	margin-top:10px;
}

.titulo_prod {
	font-family: Arial;
	font-size:11pt;
	font-weight:bold;
	color:#FFFFFF;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
}

.navegador{
	margin-left: 15px;
	margin-top: 10px;
} 

.navenlace {
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial;
	font-size:9pt;
} 

.navenlace a {
	background-image: url("images/rollout.png");
	color:#999999;
	text-decoration: none;
	display: block;
	width: 200px;
	height:19px;
	padding-left:25px;
	padding-top:3px;
 
}

.navenlace a:hover {
	background-image: url("images/rollover.png");
	color: #FFFFFF;
	text-decoration: none;
} 


.texto a:link {text-decoration: underline; color: #406593;}
.texto a:hover {text-decoration: underline; color: #6088ba;}
.texto a:visited {text-decoration: underline; color: #406593;}