/* Estilos CSS WEB CHINESTA dhc */
#inicio {
/* estilos EXCLUSIVAMENTE para el body de la web en general*/
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}
/* ESTILOS GENERALES ------------------------
--------------------------------------------- */
body {
	font-family: Arial, Verdana, "Times New Roman", Courier;
}
*, a {
	border:0px;
	padding:0px;
	margin:0px;
}
.enlace-general {
	color:#009900;
	text-decoration:underline;
}
.enlace-general:hover {
	color:#96B6AE;
	text-decoration: underline;
}
#centrado{
	height:100%;
	width:760px;
	margin:0px auto;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	min-height:420px;
}
#centrado-entrada {
	position:absolute;
	height:420px;
	width:760px;
	margin:-210px 0px 0px -382px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
}
.separador {
	width:100%;
	height:5px;
	line-height:0px;
	background-color:#ffffff;
	clear:both;
}
.parrafo-normal {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	display: block;
	margin: 0px;
}
.img-general{
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
/* SUPERIOR ------------------------
--------------------------------------------- */
#cabecera {
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	width:760px;
}
#menu-superior, #menu-inferior {
	background-color:#F2F2F2;
	margin:0;
	padding:0;
	line-height:26px;
	height:26px;
	width:760px;
}
/*#menu-superior a{

}
#menu-superior a:hover {
}
.menu-superior-seleccionado {
}*/

/* SUBMENUS ------------------------
--------------------------------------------- */
#submenu-catalogo, #submenu-club {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	line-height:26px;
	height: 26px;
}
#submenu-catalogo {
	width: 532px;
}
#submenu-club {
	width: 350px;
}
#submenu-catalogo a, #submenu-club a{
	display:block;
	background-color:#D7E4DA;
	padding:0 8px;
	float: left;
	margin: 0px;
	color: #00674E;
	text-decoration: none;
}
#submenu-catalogo a:hover, #submenu-club a:hover{
	display:block;
	background-color:#00674E;
	padding:0 8px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
/* EMPRESA ------------------------
--------------------------------------------- */
.parrafo-empresa {
	width:620px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
	float: right;
}
.foto-empresa {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 201px;
	display: block;
	border: 1px solid #00674E;
}
.foto-empresa-bis{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	height: 161px;
	width: 215px;
	display: block;
	border: 1px solid #00674E;
}
#lista-empresa {
	display:block;
	clear:both;
	margin: 0px;
	padding: 0px 20px 0px 30px;
	width: 590px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	float: right;
	color: #333333;
}
#lista-empresa li{
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
}
#seccion-empresa h1{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #00674E;
	line-height: 19px;
}
/* NOTICIAS ------------------------
--------------------------------------------- */
.titular-noticia, .titular-consejo {
	color: #00674E;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
}
.noticia, .consejo {
	padding: 0px 35px;
}
.fecha-noticia {
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	display: block;
	color: #00674E;
	font-weight: bold;
}
.entradilla-noticia {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
	color: #666666;
	font-style: italic;
}
.texto-noticia {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
	color: #000000;
	font-style: normal;
}
.readmore {
	margin: 0px;
	padding: 5px 0px;
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #0E6F58;
	clear: both;
}
.readmore a{
	color: #0E6F58;
	text-decoration:underline;
}
.readmore a:hover{
	color: #0E6F58;
	text-decoration:none;
}
.separa-noticias {
	width:100%;
	display:block;
	clear:both;
	line-height:20px;
	height:20px;
	margin:0px;
	padding:0px;
	border-top-color: #96B6AE;
	border-top-width: 1px;
	border-top-style: dashed;
}
.imagenes-noticias {
	clear:both;
	width:500px;
	margin: 0px auto;
	padding: 0px;
}
.mini-imagenes {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
.mini-imagenes img{
	margin: 7px;
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
/* CONTENIDO ------------------------
--------------------------------------------- */
#img-left {
	height:100%;
	width:100px;
	min-height:290px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#contenido {
	width:760px;
	height:100%;
	min-height:290px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo-izquierda.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	float: left;
}
#interior, #seccion-contactos, #seccion-noticias, #seccion-consejos, #seccion-reparacion, #seccion-club, #seccion-empresa {
	width:644px;
	height:100%;
	min-height:290px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	/*background-color: #0099FF;*/
}
/* CLUB JARDINERIA ------------------------
--------------------------------------------- */
#seccion-club h1 {
	font-size: 17px;
	margin: 0px 0px 10px;
	padding: 0px 0px 7px;
	font-weight: bold;
	color: #00674E;
	line-height: 19px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 320px;
	float: right;
}

#seccion-club h2, #seccion-club h3, #seccion-club h4 {
	font-size: 17px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 7px;
	font-weight: bold;
	color: #00674E;
	line-height: 19px;
	text-align: left;
	float: none;
	border-bottom: 1px dashed #CCCCCC;
}
.entrada-club {
	width:300px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	clear: both;
}
.parrafo-club, .parrafo-club-bis, .parrafo-club-tri {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
	float: right;
	display: block;
	margin: 0px;
}
.parrafo-club {
	width:300px;
	padding-right: 20px;
	padding-left: 20px;
	
}
.parrafo-club-bis {
	width:620px;
	padding-right: 15px;
	padding-left: 15px;
}
.parrafo-club-tri {
	width:610px;
	padding-right: 15px;
	padding-left: 20px;
	clear: both;
}
.texto-login {
	margin: 0px;
	padding: 10px 0px;
	font-size: 15px;
	font-family: Arial, Verdana, "Times New Roman", Courier;
	text-align: center;
	font-weight: bold;
	color: #00674E;
}
#seccion-club dl{
	margin: 0px;
	padding: 0px 20px;
	text-align: justify;

}
#seccion-club dl dt{
	font-weight: bold;
	font-size: 13px;
	color: #507653;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px;

}
#seccion-club dl dd{
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #333333;
}
#seccion-club ul{
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align: left;
}
#seccion-club ul li{
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;

}
#seccion-club ul li strong{
	color: #009933;
}
.tabla-puntos {
	margin: 0px auto;
	padding: 5px 0px;
	width: 100px;
	display: block;
	line-height: 20px;
	font-size: 12px;
	background-color: #006633;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	clear: both;

}
/* PARTE INTERIOR CLUB JARDINERIA ------------------------
--------------------------------------------- */
.login-club {
	margin: 0px auto;
	padding: 0px;
	width: 300px;

}
.mini-menu {
	background-color:#F2F2F2;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	height: 22px;
	width: 100%;
	clear: both;
	line-height: 22px;
}

/* CONSEJOS ------------------------
--------------------------------------------- */
.bloque-noticias, .bloque-consejos {
	font-weight: bold;
	color: #00674E;
	font-size: 16px;
	margin: 0px auto 20px;
	padding: 0px;
	display: block;
	background-color: #F2F2F2;
	width: 90%;
}
.parrafo-consejos {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
	text-align: justify;
	color: #000000;
	font-style: normal;
}
.enlace-consejo {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	color: #00553E;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	color:#006600;
}
.enlace-consejo:hover{
	text-decoration:underline;
	color:#666666;
}
/* CATALOGO ------------------------
--------------------------------------------- */
.parrafo-catalogo {
	width:315px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
}
.info-empresa {
	width:285px;
	float:right;
}
.enlace-empresa {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	width:356px;
	float:left;
	margin: 0px;
	padding: 0px;
}
.enlace-empresa a{
	text-decoration:none;
	color:#00674E;
}
.enlace-empresa a:hover {
	text-decoration:underline;
	color:#00674E;
}
/* SERVICIOS ------------------------
--------------------------------------------- */
.img-servicios {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: right;
	text-align: center;
	display: block;
}
.txt-servicios {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	width: 320px;
	float: right;
}
.txt-servicios p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align: justify;
}
.txt-servicios ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
.txt-servicios ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	text-align: justify;
}
.enfatizado {
	color: #006C4F;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;

}
/* CONTACTO ------------------------
--------------------------------------------- */
.parrafo-contacto {
	font-size: 13px;
	margin: 0px;
	padding: 0px 10px;
	text-align: justify;
	color: #000000;

}
.formulario-contacto {
	width: 615px;
	margin: 0px auto;
	padding: 0px;
	display: block;
}
.cajas-formulario-contacto {
	margin: 0px;
	padding: 0px;
	border: 1px solid #E1E1E1;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, "Times New Roman", Courier;
}
.texto-formulario-contacto {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, "Times New Roman", Courier;
	text-align: right;
	font-weight: bold;
	color: #5B847A;
}
.boton-formulario-contacto {
	background-color: #EBEBEB;
	border: 1px solid #5B847A;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	
}
/* PIE ------------------------
--------------------------------------------- */
#pie {
	width:760px;
	background-color:#F2F2F2;
	float: left;
	margin: 0px;
	padding: 0px;
}
#pie p{
	width:234px;
	float:left;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#copyright {
	width:760px;
	background-color:#F8F8F8;
	float: left;
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	clear: both;
}

.fecha{
	background-color:#F8F8F8;
	float: center;
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	clear: both;
}

.puntosPos{
	color: #003300;
	float: center;
	margin: 0px;
	padding: 3px 0px;
	font-size: 12px;
	clear: both;
}
.puntosNeg{
	color: #FF0000;
	float: center;
	margin: 0px;
	padding: 3px 0px;
	font-size: 12px;
	clear: both;
}
/* Aviso Legal */
#avisolegal{
	margin:10px 0px;
	padding:0px;
	font-family: Tahoma, Verdana, "Times New Roman", Courier;
}
#aviso h1 {
	font-size: 18px;
	color: #009900;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 20px;
}
#aviso p{
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 20px 0px;
	text-align: justify;
}
#aviso strong {
	color: #009900;
}
