@charset "UTF-8";
/*Estilos por defecto*/
html, body, div, span, applet, object, iframe, h1, h2, h3,  
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,  
address, big, cite, code, del, dfn, em, font, img, ins,  
kbd, q, s, samp, small, strike, strong, sub, sup, tt,  
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-style: inherit;  
	font-size: 100%;  
	font-family: inherit;  
	vertical-align: baselinebaseline;
	font-family: Arial, Helvetica, sans-serif;
}  
:focus { 
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration:none
}
table { 
	border-collapse: separate;border-spacing: 0;
}
th, td {
	text-align: left; font-weight: normal;
}
img, iframe {
	border: none; 
	text-decoration:none;
}  
ol, ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
ol, ul {
	padding-left: 0px;
	margin-left: 0px;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
select {
	margin: inherit;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}
small {  
	color:#999999;
	font-size: 10px; 
	display:block; 
	line-height:12px;
	margin-bottom: 10px;
}
small a {
	font-size: 10px !important;
}
.small-thumbnails { 
	padding-top: 5px; 
	font-size:0; 
	line-height:0; 
}
.small-thumbnails ul { 
	list-style-type: none; 
}
.small-thumbnails ul li { 
	float:left; 
	display:inline; 
	margin-right:10px; 
	margin-bottom:10px; 
}
.small-thumbnails ul li a{
 }
.small-thumbnails ul li a img{ 
	background:url(images/small-bg.gif) no-repeat 0 0; 
	width: 33px; 
	height: 33px; 
	padding: 5px; 
}
/*controladores de la pagina*/


#contenedor {
	width: 1024px;
	margin: auto;
}
#cabecera {
	width: 1024px;
	height: 150px;
	overflow: hidden;
	background: url(/img/fondo-cabecera.jpg) no-repeat right;
}
#logo {
	width: 327px;
	height: 121px;
	float: left;
	padding-top: 16px;
}
#slogan {
	width: 610px;
	margin-top: 56px;
	float: right;
}
#slogan h2 {
	color: #5FBB34;
	font-size: 20px;
	font-style: italic;
	font-weight: normal !important;
}
#cuerpo {
}
#gWC {
	width: 1024px;
	height: 175px;
	margin-top: 4px;
	background: url(/img/fondo-galeriaWC.jpg) no-repeat;
	padding-left: 5px;
}
#gWC img {
	display: block;
	float: left;
	margin: 9px;
	border: 1px groove  #62BE1B;
}
#contenedor-centrar {
	overflow: hidden;
	padding-top: 10px;
}
#elGrupo {
	width: 122px;
	float: left;
	padding: 0 70px;
}
#elGrupo img {
	margin-bottom: 18px;
}
#contenido {
	width: 760px;

	float: right;
	overflow: hidden;
}
#menu {
	width: 760px;
	height: 30px;
	background: url(../img/fondo-menu.jpg) no-repeat;
}
#menu ul {
	width: 760px;
	height: 30px;
	overflow: hidden;
}
#menu ul li {
	width: 98px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
}
#menu ul li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 98px;
	font-size: 12px;
}
#menu ul li a.active {
	color: #0047b9;
	font-weight: bold;
}
#areaTexto {
	margin-top: 20px;
	padding: 20px;
	background: #e7f5dd;
	
	color: #0047b9;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
#areaTexto p {
	padding: 4px 0;
}
#grupoEventos ul {
	overflow: hidden;
}
#grupoEventos ul li {
	display: block;
	float: left;
	width: 128px;
	height: 90px;
	padding: 26px 26px;
}
/*Formulario de contacto*/
#fContacto {
}
#fContacto table {
	border-collapse: separate;
	border-spacing: 6px;
}
#fContacto table label {
	font-size: 11px !important;
}
#fContacto tr {
}
#fContacto th {
	vertical-align: top;
	padding: 2px 0px 2px 6px;
}
#fContacto td {
	text-align: right;
}
#fContacto input {
	width: 248px;
	border: solid 1px #1f5ebe;
}
#fContacto textarea {
	width: 566px;
	height: 140px;
	border: solid 1px #1f5ebe;
}
/*Pagina productos*/
#productos {
	overflow: hidden;
}
#productos li {
	float: left;
	width: 95px;
	height: 89px;
	margin: 24px 12.5px;
}
#tituloProducto {
	overflow: hidden;
}
#logoProducto {
	float: left;
	
}
#logoProducto a {
	color: #61be1a;
	font-size: 16px;
	font-weight: bold;
	font-family: "Myriad Pro";
}
#posicionPagina {
	float: right;
}
#posicionPagina a {
	color: #0047B9;
	font-weight: bold;
	text-decoration: none;
}
/*Detalle de productos*/
.col1 {
	width: 179px;
	margin: auto;
}
.col2 {
	width: 360px;
	margin: auto;
}
.col3 {
	width: 540px;
	margin: auto;
}
#grupoProductos {
	 overflow: hidden;
	 margin-top: 26px;
}
#grupoProductos dl{
	float: left;
	margin: 0 11.4px;
	
	color: #61be1a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#grupoProductos dd img {
	width: 155px;
	height: 155px;
	border: solid 1px #63BE1B;
}

/*tabla descripcion*/
#descripcionwc {
	overflow: hidden;
}
#tablaDescripcion {
	float: left;
	width: 390px;
}
#tablaDescripcion table {
	width: 390px;
	border-collapse: separate;
	border-spacing: 4px;
}
#tablaDescripcion table th {
	background:  #c2e6a7;
	padding: 2px;
	vertical-align: top;
}
#tablaDescripcion table td {
	background-color: #a7db7f;
	padding: 2px;
	font-size: 12px;
	color: #424242;
	vertical-align: top;
	text-align: center;
}
#descripcion {
	background: none !Important;
	border: none !important;
}
#descripcion p {
	background:  #c2e6a7;
}
#imagenesD {
	float: right;
	width: 324px;
	font-size: 12px;
	overflow: hidden;
	padding-top: 20px;
}
#litaImagenes {
	width: 62px;
	float: left;
}
#litaImagenes img {
	width: 59px;
	height: 59px;
	border: solid 1px #0f53bb;
	margin-bottom: 4px;
}
#visor {
	width: 254px;
	height: 254px;
	float: right;
}
#visor img {
	width: 254px;
	height: 254px;
}
#submitF {
	cursor: pointer;
}
#pie {
}
