<style type="text/css">
@charset "utf-8";
/* CSS Document */
.Estilo1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: strong;
}
.Estilo2 {
	color: #003366;
	font-size: 11px;
	font: arial;
}
.Estilo3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Estilo4 {font-size: 10px}
body,td,th {
	color: #CCCCCC;
}
.Estilo5 {
	color: #003366;
	font-weight: bold;
}
body {
	background-color: #F2f2f2;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#scroll {
     width:340px;
     height:170px;
     overflow:auto;
}
body {
	scrollbar-arrow-color: gray;
	scrollbar-base-color: gray;
	scrollbar-dark-shadow-color: #f2f2f2;
	scrollbar-track-color: gray;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color: gray;
	scrollbar-3d-light-color: a;
}
body {
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
	font-size: 10px;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: center;
	height: 50px;
	background1: url(imagenes/plantilla_11.gif);
	padding-left: 20px;
	width: 70px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #CCCCCC;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Myriad Pro;
	left: 0px;
}
.dock-item img {
	border: 2px; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: center;
	height: 50px;
	background: #1b1b1b;
	padding-left: 20px;
	text: #cccccc;
}
a.dock-item2 {
	display: block;
	font: bold 12px Myriad Pro;
	width: 40px;
	color: #CCCCCC;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

</style>

