@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 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	background:url(imagenes/bg.jpg) repeat-x #586422;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
}
a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#78882F;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#586422;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	text-transform:	uppercase;
	margin:0px;
	padding:0px;
}
textarea, input, select {
	font-size: 11px;
}
.cuerpo {
	background:#F5F0B9;
	width:900px;
}
.pie {
	background:url(imagenes/pie.png) 0 0 no-repeat;
	width:900px;
	height:15px;
}
.menu1 {
	background:url(imagenes/menu1.png) no-repeat;
	width:21px;
	height:38px;
}
.menu2 {
	background:url(imagenes/menu2.png) repeat-x;
	height:38px;
	text-align:center;
	vertical-align:middle;
}
.menu2 a {
	color:#FFF
}
.menu2 a:hover {
	color:#FFC;
}
.menu3 {
	background:url(imagenes/menu3.png) no-repeat;
	width:21px;
	height:38px;
}
.box1 {
	background:url(imagenes/box1.png) no-repeat;
	width:220px;
	height:36px;
	text-align:center;
	vertical-align:middle;
}
.box2 {
	background:url(imagenes/box2.png) #07A5D5 repeat-y;
	width:220px;
	height:36px;/* text-align:center; vertical-align:middle; */
}
.box3 {
	background:url(imagenes/box3.png) no-repeat;
	width:220px;
	height:36px;
	text-align:center;
	vertical-align:middle;
}
img {
	border: none;
}
ul {
	font-size: 12px;
	list-style-image: url(http://esbeltica.com.mx/imagenes/bullet.gif)
}
lo {
	font-size: 12px;
	list-style-image: url(http://esbeltica.com.mx/imagenes/vineta.gif)
}
li {
	text-align:justify;
}
.hide {
	font-size:0px;
	display:none;
	visibility:hidden;
	color: #FFFFFF;
}
.normalnormal {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align:justify;
}
.bold {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00ADE0;
}
.boldclub {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #69C232;
}
.titulo {
	font-size: 17px;
	font-weight: bold;
	color: #6BC235;
	padding-left: 10px;
}
.titulocafe {
	font-size: 17px;
	color: #645F35;
	font-weight:bold;
}
.titulogris {
	font-size: 17px;
	font-weight: bold;
	color:#666666;
}
.tituloblanco {
	font-size: 17px;
	font-weight: bold;
	color:#FFFFFF;
}
.tituloclub {
	font-size: 17px;
	font-weight: bold;
	color:#00ADE0;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding:8px;
	color: #333333;
	text-align:justify;
}
.customFieldsTable {
	font-size:14px;
	font-weight: normal;
	text-decoration: none;
	padding:15px;
	color: #333333;
	vertical-align:text-top;
	text-align:justify;
}
.normalblanco {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding:10px;
	color: #FFFFFF;
	text-align:justify;
}
.mini {
	font-family:Arial, verdana;
	text-align:center;
	font-size:10px;
	padding:10px;
}

