/* WM+TEAM 
Diseño Web: Jorge Luis Suárez Rodríguez 

©2006-2008 Universidad de Puerto Rico, Recinto de Río Piedras  de la UPR, Derechos Reservados
 */
 
@charset "UTF-8";
/* CSS RESET - NO TOCAR */
* {
	margin: 0px;
	padding: 0px;
	}
	a:link, a:visited {color:#b70000}
	strong, b {
	font-weight: bold;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	behavior: url(../js/iepngfix.htc); 
}
body {
	line-height: 1;
	min-width: 960px;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END - CSS RESET */
/* --------------------- UTILITY ------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	font-family: Helvetica, Arial, sans-serif;
} 

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

input, textarea, select {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
}
.wrapper {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.clear {
	clear: both;
}
/* --------------------- COMIENZA LA MAGIA!!!------------------------ */

#miupi, #header, #footer, #recordatorio, .printable, #submenu{
	visibility: hidden;
	display:none;
}
#miupi{
	height: 1px;
	position: absolute;
	left: -9000px;
	top: -9000px;
}
#content, #content * {
	visibility: visible;
	
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 45px;
	height: 45px;
	color: #b70000;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b70000;
	margin-top: 15px;
}
#content h1 span {
	font-size: 14px;
	color: #666666;
	float: right;
	font-weight: lighter;
}
.toolbar {
	clear: both;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 40px;
	background-repeat: no-repeat;
	background-position: -100px -100px;
}
.toolbar  h2{
	float: right;
}
.toolbar p {
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
}
#maincontent {
	margin-bottom: 10px;
	background-image: url(../img/white.png);
	border: 1px solid #999999;

}
#maincontent #textcontainer {
	width: 100%;
}

.toolbar  h2 .goback {
	line-height: 40px;
	height: 40px;
	padding-right: 45px;
	font-size: 15px;
	background-image: url(../img/goback.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
.toolbar h2 goback:hover {
	background-position: right bottom;
}
.toolbar  h2 .printable {
	display: none;	
}
.toolbar .quicklinks {
	line-height: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
#whole #maincontent .toolbar  h2 .goback {
	line-height: 40px;
	height: 40px;
	padding-right: 45px;
	font-size: 15px;
	background-image: url(../img/goback.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}
#whole #maincontent .toolbar h2 goback:hover {
	background-position: right bottom;
}
#whole #maincontent .toolbar  h2 .printable {
	display: none;	
}
#whole #maincontent .toolbar .quicklinks {
	line-height: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

