@charset "utf-8";
/* 
 * @CSS Document
 * @Estilo sitio web
 * @Archivo style.css
 * @ruta /
 * @copyright Copyright Web-Gdl.com 2011
 * @contacto http://www.web-gdl.com 
 * @mail: webmaster@web-gdl.com
 * @version 3.8
*/
* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#333333;
	background:url(images/fondo.gif) #F3F3F3;
}
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #EBEBEB;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.cabeza {
	background-color:#000;
	width:970px;
}
#menu {
	width:970px;
	height:29px;
	background-color:inherit;
	background:url(images/menu.gif) 0 0 repeat-x;
	}
.menubotones {
	float:left;
	padding: 0 0 0 98px;
}
.menubotones a {
	font:bold 16px/28px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:150px;
	height:29px;
	display:block;
	float:left;
	text-align:center;
}
.menubotones a:hover {
	background-color:inherit;
	background:url(images/transparente2.png);
}
.cuerpo {
	width:970px;
	background-color:#FFF;
}
.pie {
	width:970px;
	height:78px;
	background:url(images/pie.gif) repeat-x #CCCCCC;
}
.minilogos img {
	padding:5px;
}
.hide {
	font-size: 0px;
	display:none;
}
.small {
	font-size: 9px;
}
.big {
	font-size: 22px;
}
.txt {
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	text-align: justify;
}
.txt-rojo {
	color: #FF0000;
}
.txt-blanco {
	color: #FFFFFF;
}
.txt-gris {
	color: #808080;
}
.txt-negro {
	color: #000000;
}
li {
	list-style-image: url(images/bullet.gif);
}
.linea {
	border-left: 1px dotted #000;
}
img {
	border: none;
}

