
html{overflow-x:hidden;}

BODY{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#336699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	}
	
.todo{
width:770px;
height:100%;
background-color:#6394bd;}

.tabla_ppal{
background-image:url(images/fondo_tabla_ppal.gif);
background-position:top;
background-repeat:repeat-x;
padding-left:10px;
padding-right:9px;
}
.logo_mvd{
padding-left:20px;
padding-right:20px;
}
.tabla_ppal_2{

background-image:url(images/fondo_tabla.gif);
background-position:top;
background-repeat:repeat-x;
padding-left:10px;
padding-right:9px;
}
.columna{
float:right;
height:100%;
width:200px;
background-image:url(images/fondo_columna.gif);
background-position:top;
background-repeat:repeat-x;

}
.titulo{
font-weight:bold;
color:#c4f983;
font-size:12px;
}
a:link {
	color: #c7f88a;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #C7F88A;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #33FF33;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: #33FF33;
	text-decoration:underline;
	font-weight:bold;
}
.pie{
width:100%;
padding-left:10px;
padding-bottom:4px;
padding-top:4px;
background-color:#d4dde9;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;

}
.pie A:link {text-decoration: underlines ; color: #000000;}
.pie A:visited {text-decoration: none ; color: #009933;}
.pie A:active {text-decoration: none  ; color:#009933;}
.pie A:hover {	text-decoration: underline; color: #009933;} 