@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", Calibri, Helvetica, Arial, Verdana;
}
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background: url(images/bg.png) repeat-x #484848;
}
body {
	font-size: 12px;
	color:#1D1D1D;
	background:url(images/back.jpg) repeat-x;
	background-color:#424242;
}
a:link, a:visited, a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#444444;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
textarea, input, select {
	color:#000;
	border:1px solid #888;
	background:#FFFFF4;
	font-size:11px;/* -moz-border-radius: 3px; */
}
.top {
	background:url(images/head.gif) no-repeat;
}
/*------------------------------------------------menu--------------------*/
#menu1 {
	background:url(images/menu1.gif) no-repeat;
}
#menu2 {
	list-style: none;
	background:url(images/menu2.gif) repeat-x;
}
#menu2 ul {
	margin: 0;
	padding: 0;
}
#menu2 ul li {
	display: inline; /* las mostraremos una al lado de la otra */
	color:#FFF
}
#menu2 ul li a {
	font-size: 16px;
	color:#CCCCCC;
	display: block; /* esto, transforma el enlace en un rectngulo al que podemos dimensionar */
	float:left; /* son bloques pero flotan, los veremos uno al lado del otro */
	text-align: center; /* centramos el texto */
	text-decoration: none; /* para que no se subrayen los enlaces */
	margin-right: 0px; /* en este ejemplo, cada botn se separa un poco del adyacente */
	padding: 6px 25px;
}
#menu2 ul li a:hover {
	font-size: 16px;
	padding: 6px 25px;
	color: #FFFFFF;
	background-color:#006699;
}
#menu3 {
	background:url(images/menu3.gif) no-repeat;
}
/*------------------------------------------------menu--------------------*/
.hide {
	font-size:0px;
	display:none;
	visibility:hidden;
	color: #FFFFFF;
}
.txt {
	text-align:justify;
	font-weight:normal;
}
.mini {
	color:#000;
	font-size:10px;
	text-align:justify;
	font-weight:normal;
}
.big {
	font-size:larger;
}
ul {
	list-style-type: none;
}
#line td {
	border-right:solid 1px #666;
	border-left:solid 1px #666;
}
.tex-naranja {
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 1px;
	word-spacing:1px;
	text-shadow:#FFF;
	color: #FFCC00;
}
.tex-gris {
	font-size: 12px;
	font-weight:800;
	color: #658592;
	font-weight: normal;
}
.tex-rojo {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.tex-azul {
	font-size: 12px;
	color: #0066FF;
	font-weight: normal;
}
.tex-blanco {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
img {
	border: none;
}
ul {
	list-style-image:url(images/bullet.gif)
}
lo {
	list-style-image:url(images/vineta.gif)
}
li {
	text-align:left;
}
#pdf {
	border:1px solid #CCC;
}

