@charset "utf-8";
/* 
 * @CSS Document
 * @Estilo sitio web
 * @Archivo style.css
 * @ruta /
 * @copyright Copyright Web-Gdl.com 2010
 * @contacto http://www.web-gdl.com 
 * @mail: webmaster@web-gdl.com
 * @version 3.0
*/
* {
	font-family:Tahoma, Geneva, sans-serif;
}
html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333333;
	background-color:#313131;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	font:bold 13px;
	color:#EDEDED;
}
a:hover {
	font:bold 13px;
	color:#FFFFFF;
}
.cabeza {
	text-align:right;
	vertical-align:middle;
	background:url(images/menu.gif) top left no-repeat;
	width:850px;
	height:120px;
}
.cuerpo {
	width:850px;
	background-color:#FFFFFF;
}
.subcuerpo {
	width: 642px;
	text-align:center;
}
.minicuerpo {
	width:632px;
}
.submenu {
	width: 208px;
}
.menu {
	width: 192px;
	vertical-align:top;
	text-align:center;
}
.menubotones a:link, .menubotones a:visited, .menubotones a:active {
	font-size:14px;
	font-weight:bold;
	color:#555555;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	display: block;
	text-align: left;
	background:url(images/bullet.gif) no-repeat 10px 10px;
	border-bottom: dotted 1px #313131;
}
.menubotones a:hover {
	color: #000000;
	background-color:#CCCCCC;
	background:url(images/bullet2.gif) no-repeat 10px 10px;
}
.pie {
	width:850px;
	height:64px;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
	background:url(images/pie.png) no-repeat;
}
/* ------------------------------------------------------ */
table {
	border-collapse: collapse;
}
.hide {
	font-size:0px;
	display:none;
	visibility:hidden;
	color: #313131;
}
.txt {
	text-align:justify;
	font-weight:normal;
}
.t-blanco {
	color: #FFFFFF;
	font-weight:bold;
}
.t-negro {
	color: #000;
	font-weight:bold;
}
.t-azul {
	color: #003366;
	font-weight:bold;
}
.t-gris {
	color: #CCCCCC;
	font-weight:bold;
}
.t-gris {
	color:#333333;
	font-weight:bold;
}
.copy {
	font-size:9px;
	color:#F0F0F0;
	letter-spacing: 1px;
	word-spacing: 1px;
}
img {
	border: none;
}
#listas ul {
	list-style-image: url(images/bullet.gif)
}
#listas lo {
	list-style-image: url(images/vineta.gif)
}
#listas li {
	text-align:justify;
}

