@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: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#808080;
	background-color:#FFFFFF;
}
body {
	font-size: 13px;
}
a:link, a:visited, a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#2D1D73
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#E16221;
}
textarea, input, select, span, p, table, td, ul {
	font-size: 11px;
}
.hide {
	display:none;
	font-size: 0px;
	color: #FFFFFF;
}
.pequena {
	font-size: 9px;
}
.tex-negro {
	font-size: 11px;
	color: #000000;
}
.tex-azul {
	font-size: 11px;
	color: #2D1D73;
}
.tex-naranja {
	font-size: 11px;
	color: #E16221;
}
.tex-blanco {
	font-size: 11px;
	color: #FFFFFF;
}
.g-negro {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
img {
	border: none;
}

