@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #FFFFFF;
	scrollbar-face-color: #BBBBBB;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-base-color: #CCCCCC;
}
.nav {
    color:#666666;
}
html>body { font-size: small; } /* be nice to Opera */
p { margin:0.375em 0; }

/* Home Page Classes
----------------------------------------------- */
.screen {
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	text-decoration: none;
}
.cabecera {
	color: #000000;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menupr {
	color: #000000;
	font-weight: normal;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 835px;
	top: 100px;
	width: 60px;
	height: 16px;
	cursor: pointer;
	z-index: 1;
}
.menurt {
	color: #000000;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 900px;
	top: 100px;
	z-index: 1;
}
.subrayado {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

