@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/bgr.gif);
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: justify;
}
a:link{
	color: #0084C9;
	text-decoration: none;
}
a:active{
	color: #0084C9;
	text-decoration: none;
}
a:visited{
	color: #0084C9;
	text-decoration: none;
}
a:hover{
	color: #045EE3;
	text-decoration: underline;
}
.pie {
	background-image: url(imgs/bgr_bottom.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.menucelda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 50px;
	background-image: url(imgs/burbuja_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}
.menudos {
	background-image: url(imgs/bgr_menu2.jpg);
	background-repeat: no-repeat;
}
.menucelda a:link{
	color: #0084C9;
	text-decoration: none;
}
.menucelda a:active{
	color: #0084C9;
	text-decoration: none;
}
.menucelda a:visited{
	color: #0084C9;
	text-decoration: none;
}
.menucelda a:hover{
	color: #045EE3;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECF9FF;
}.tablaprincipal {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3E1FB;
	border-right-color: #B3E1FB;
	border-bottom-color: #B3E1FB;
	border-left-color: #B3E1FB;
}
