@import url("vista_toolbar/style.css");
@import url("textos.css");
@import url("adsense_blocks.css");

BODY {
	background-color: #E0DFE3;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-image: url(../img/front-end/page_bg.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	margin: 0px;
}
#Cuerpo {
	background-color: #E7FF84;
	width: 941px;
	margin: 0px;
}
#Todo {
	width: 941px;
	padding: 0px;
	background-color: #E7FF84;
}
#ColumnaDerecha {
	background-color: #F8F8F8;
	width: 198px;
	float: right;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
}
#Contenido {
	background-color: #FFFFFF;
	width: 700px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#Footer {
	padding: 0px;
	background-image: url(../img/front-end/isodig_footer_bg.jpg);
	height: 100px;
	font-size: 11px;
	background-position: bottom;
}
.ISODp1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.ISODp2 {

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
#ColumnaDerecha A {
	font-family: Tahoma;
	font-size: 11px;
	color: #88997D;
	text-decoration: none;
}
#ColumnaDerecha A:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
