@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(../iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */


#main {
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	margin: 0px auto;
	border: 2px solid #666666;
}
#header {
	height: 100px;
	padding-top: 15px;
}
#menu {
	height: 90px;
	padding-top: 20px;
	background-repeat: repeat-x;
}
/*/Inicio menu/*/
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 110px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 110px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 46px;
}
.dock-item img {
	border: none;
	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: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	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%; 
}
/*/fin menu/*/
#content {
	padding-top: 50px;
	padding-bottom: 10px;
}
#areatexto {
	color: #FFFFFF;
	background-color: #333333;
	border: 2px solid #999999;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
#areatexto h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
}
#areatexto p {
	padding-right: 10px;
	padding-left: 10px;
}


#membrete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding: 3px;
}
#membrete a {
	color: #DF5617;
	text-decoration: none;
}
#membrete a:hover {
	color: #CCCCCC;
}
