﻿body {
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	background-color:#ececec;
}
.menubg {
	background-image:url('../images/menubg.png')
} 
.menut {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	height:29px;
	font-size:11px;
	color:white;
	text-align:center;
}
.cuerpo {
	background-color:#e2e2e2;
}
.cuadro{
	background-color:white;
	border-color:red;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:13px;
	color:#02456e;
	BORDER: gray 1px solid;
}
.cuadro a{
	color:navy;
	font-weight:bold;
}
.cuadro a:hover{
	color:white;
}

a:hover {
	color:#98d872;
}
a {
	color:white;
	text-decoration:none;
}