@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
*/

body {
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-top:20px;
	height:100%;
	color:#44391A;
	background-color:#F7F7F7;
}
a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#300;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#600;
}
textarea, input, select, form {
	font-size: 12px;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	text-transform:	uppercase;
}
.cabeza {
	background:url(images/head.png) 0 0 no-repeat;
	width:970px;
	height:169px;
}
.box {
	background:url(images/box.png) center no-repeat;
	width:295px
}
.cuerpo {
	width:970px;
	background:url(images/bbg.png) center repeat-y;
}
.subcuerpo {
	width:950px;
	background-color:#FFF;
}
.menu {
	width:200px;
	vertical-align:top;
	background-color:#F8F8F8;
}
.info {
	width:750px;
}
.pie {
	width:950px;
	height:110px;
	background:url(images/footer.jpg) repeat-x;
}
.rama1 {
	background:url(images/rama.png) right no-repeat;
}
.rama2 {
	background:url(images/rama.png) right no-repeat;
}
.fin {
	background:url(images/footer.png) repeat-x;
	width:970px;
	height:43px;
}
.hide {
	display:none;
}
.txt {
	text-align:justify;
	font-weight:normal;
}
.reg {
	font-size:11px;
}
.t-gris {
	color: #808080;
}
.t-negro {
	color: #000000;
}
.t-cafe1 {
	color: #89856C;
}
.t-cafe2 {
	color: #444;
}
.t-blanco {
	color: #FFF;
}
.g-blanco {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.g-cafe {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.g-gris {
	font-size: 14px;
	color: #808080;
	font-weight: bold;
}
li {
	list-style-image:url(images/bullet.gif);
}
img {
	margin:0px;
	padding: 0px;
	border: none;
}

