/* @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.0
*/
* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#808080;
	background:url(images/bg.jpg) top center fixed no-repeat #FFFFFF;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	font-size:13px;
	font-weight:bold;
	color:#004080;
}
a:hover {
	font-size:13px;
	font-weight:bold;
	color:#0066CC;
}
.cabeza {
	width:926px;
	height:180px;
}
.menu {
	width:926px;
	height:46px;
	background-color: #669999;
}
#menu1 {
	list-style: none;
}
#menu1 ul {
	margin: 0;
	padding: 0;
}
#menu1 ul li {
	display: inline;
	color:#FFFFFF
}
#menu1 ul li a {
	font-family:Helvetica;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	float:left;
	text-align: center;
	text-decoration: none;
	padding: 16px;/* background-color: #669999; margin-right: 1px; */
}
#menu1 ul li a:hover {
	color: #FFFFCC;
	background:url(images/menu_over.png) repeat-x top;
}
.cuerpo {
	width:926px;
	background-color:#FFFFFF;
}
.subcuerpo1 {
	width:556px;
}
.subcuerpo2 {
	width:10px;
}
.subcuerpo3 {
	width:360px;
}
.subframe {
	border:none;
	overflow:hidden;
	width:360px;
	height:410px;
}
.pie {
	width:926px;
}
/* ------------------------------------------------------ */
table {
	border-collapse: collapse;
}
.hide {
	font-size:0px;
	display:none;
	visibility:hidden;
	color: #FFFFFF;
}
.txt {
	text-align:justify;
	font-weight:normal;
}
.t-blanco {
	color: #FFFFFF;
	font-weight:bold;
}
.t-negro {
	color: #000000;
	font-weight:bold;
}
.t-azul {
	color: #0066CC;
	font-size:20px;
	font-weight:bold;
}
.t-verde {
	color: #669999;
	font-size:15px;
	font-weight:bold;
}
.t-gris {
	color:#808080;
	font-weight:bold;
}
.copy {
	font-size:9px;
	color:#BBBBBB;
	letter-spacing: 1px;
	word-spacing: 2px;
}
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;
}

