* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #cdcdcd;
}

#wrapper {
	margin: 0 auto;
	width: 762px;
}

#header {
	width: 762px;
	float: left;
	/*height: 230px;*/
}


/*  ---- Header ---- */
	table.Cuerpo td.Header {
		background-image: url('../images/bg_header.jpg');
	}

	div.Logo {
		/*
		padding-left: 28px;
		padding-top: 22px;
		margin-bottom: 20px;
		float: left;
		width: 230px;
		*/
		padding: 22px 0 0 28px; margin-bottom: 20px; float: left; width: 230px;
	}

	.clearfloat {
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

	div.combo-idiomas {
		float: right;
		clear: right;
		width: 200px;
		text-align: right;
		margin: 31px 15px 5px;
	}

	img.ImgIdioma {
		border: 1px solid #444;
		cursor: pointer;


	}

	img.hover {

	}



/*	---- Sombras Separador ----	*/
	#EsquinaIzq {
/*		float: left;*/
		width: 5px;
		height: 8px;
		background: url('../images/BackgroundScheme.png') 5px 0px;
	}

	#EsquinaDer {
/*		float: left;*/
		width: 5px;
		height: 8px;
		background: url('../images/BackgroundScheme.png') 5px -8px;
	}

	#SombraCentro {
/*		float: left;*/
		width: 752px;
		height: 8px;
		background-image: url('../images/SombraCentro.png');
		background-repeat: repeat-x;
	}
/*	---------------------------	*/

/*	---- Tabla Cuerpo ----	*/
	table.Cuerpo {
		float: left;
		border-collapse: collapse;
		border-style: none;
		background-color: #FFF;
	}

	table.Cuerpo td.SombraIzq {
		width: 5px;
		border-style: none;
		background-image: url('../images/SombraIzq.png');
		background-repeat: repeat-y;
	}

	table.Cuerpo td.Contenido {
		width: 752px;
	}

	table.Cuerpo td.SombraDer {
		width: 5px;
		border-style: none;
		background-image: url('../images/SombraDer.png');
		background-repeat: repeat-y;
	}
/*	----------------------	*/

/*	---- Contenido ----	*/
	#ColumnaIzquierda {
		width: 459px;
		float: left;
		margin-left: 11px;
	}

	#ColumnaIzquierdaNoRC {
		/*width: 459px;*/
		/*float: left;*/
		margin-left: 11px;
		margin-right: 10px;
	}

	#ColumnaDerecha {
		float: left;
		/*width: 274px;*/
		width: 282px;
	}

	#TextoPrincipal {
		margin-left: 5px;
	}
/*	-------------------	*/

/*	---- RC_Tabla ----  */
	table.RC_Tabla {
		border-collapse: collapse;
		border-style: none;
	}

	table.RC_Tabla td.RC_SupIzq {
		border-style: none;
		width: 19px;
		height: 18px;
		background: url('../images/BackgroundScheme.png') 0px 0px;
	}

	table.RC_Tabla td.RC_Sup {
		border-style: none;
		width: 239px;
		height: 18px;
		background-image:url('../images/RC_Sup.png');
		background-repeat: repeat-x;
	}

	table.RC_Tabla td.RC_SupDer {
		border-style: none;
		width: 16px;
		height: 18px;
		background: url('../images/BackgroundScheme.png') -19px 0px;
	}

	table.RC_Tabla td.RC_Izq {
		border-style: none;
		width: 19px;
		height: 19px;
		background-image:url('../images/RC_Izq.png');
	}

	table.RC_Tabla td.RC_Cuerpo {
		border-style: none;
		width: 239px;
		background-color:#f2f1f1;
		font-family: Tahoma;
		font-size: 10px;
		color: #898989;
	}

	table.RC_Tabla td.RC_Der {
		border-style: none;
		width: 16px;
		height: 19px;
		background-image:url('../images/RC_Der.png');
	}

	table.RC_Tabla td.RC_InfIzq {
		border-style: none;
		width: 19px;
		height: 19px;
		background: url('../images/BackgroundScheme.png') 0px -18px;
	}

	table.RC_Tabla td.RC_Inf {
		border-style: none;
		width: 239px;
		height: 19px;
		background-image:url('../images/RC_Inf.png');
		background-repeat: repeat-x;
	}

	table.RC_Tabla td.RC_InfDer {
		border-style: none;
		width: 16px;
		height: 19px;
		background: url('../images/BackgroundScheme.png') -19px -18px;
	}

	div.RC_Titulo {
		font-family: verdana;
		font-weight: normal;
		color: #30b457;
		font-size: 17px;
		margin-left: 7px;
		margin-top: 5px;
	}

	div.RC_Underline {
		height: 3px;
		background-image:url('../images/RC_Underline.png');
		background-repeat: repeat-x;
		margin-left: 6px;
		margin-top: 1px;
		margin-right: 2px;
	}

	div.RC_Cuerpo {
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	a.RC_Link_Chico:link, a.RC_Link_Chico:visited {
		font-family: Tahoma;
		font-size: 10px;
		color: #005A9C;
		text-decoration: none;
		font-weight: bold;
	}

	a.RC_Link:link, a.RC_Link:visited {
		font-family: Tahoma;
		font-size: 12px;
		color: #005A9C;
		text-decoration: none;
		font-weight: bold;
	}

	a.RC_Link:hover, a.RC_Link_Chico:hover {
		color: #35A9FF;
	}

	a.RC_Link:active {
		font-family: Tahoma;
		font-size: 12px;
		color: #005A9C;
		text-decoration: none;
		font-weight: bold;
	}
/*	------------------*/

/*	---- Estilos Particulares ----  */
	/*	---- Descargas ----  */
		table.Descargas {
			border-style: solid;
			border-width: 1px;
			border-color: #005A9C;

			background-color: #F2F1F1;
			color: #555;

			margin-right: 10px;
			margin-bottom: 10px;
		}

		table.Descargas td {
			border-style: solid;
			border-width: 1px;
			border-color: #30B457;
			padding: 3px;
		}

		table.Descargas td.Texto {
			vertical-align: top;
			width: 100%;
		}

	/*	---- Representantes Exclusivos ----  */
		div.RepExc_Region {
			font-family: verdana;
			font-size: 12px;
			color: #005A9C;
			margin-bottom: 15px;
			cursor: pointer;
		}

		div.RepExc_Region hr {
			border-style: none;
			height: 1px;
			background-color: #CCC;
			position: relative;
			top: 10px;
			margin-left: 20px;
			margin-right: 15px;
		}

		div.RepExc_Region img {
			position: relative;
			left: 8px;
		}

		div.RepExc_Region span {
			background-color: #FFF;
			position: relative;
			padding-right: 5px;
			padding-left: 5px;
			left: 10px;
		}

		div.RepExc_Representante {
			border-style: solid;
			border-width: 1px;
			border-color: #000;
			margin-top: -5px;
			margin-bottom: 25px;
			margin-left: 30px;
			margin-right: 30px;
			padding: 5px;
			background-color: #FFD;
		}

		div.RepExc_Representante p {
			 margin-top: 5px;
			 margin-left: 10px;
			 margin-right: 10px;
			 margin-bottom: 5px;
 		}

	/*	---- Formulario Contacto ----  */
		table.FormularioContacto {
			border-collapse: collapse;
			border-style: none;
			margin-left: auto;
			margin-right: auto;
		}

		table.FormularioContacto th {
			text-align: right;
			padding: 5px;
		}

		table.FormularioContacto td {
			text-align: left;
			padding: 5px;
			border-style: solid;
			border-width: 1px;
			border-color: #CCC;
		}

		table.FormularioContacto td [type=text] {
			/*font-family: Tahoma;
			font-size: 10px;
			background-color: #FFFFFF;*/
			width: 300px;
			/*color: #30B457;
			/*margin-bottom: 10px;
			margin-top: 5px;*/
			/*border: 1px solid #005A9C;*/
			padding: 2px;
		}

		table.FormularioContacto td select {
			width: 310px;
		}

		table.FormularioContacto td textarea {
			width: 304px;
		}
/*	----	----	----  */

/*	---- Footer ----	*/
	hr.F_Header {
		border-style: none;
		height: 9px;
		background-color: #30b457;
	}

	div.F_Contenido {
		float: left;
		margin-top: 2px;
		background-color: #005a9c;
		width: 752px;
	}

	div.F_Texto {
		float: left;
		margin: 10px;
		width: 555px;
	}

	div.F_Texto a:visited, a:link {
		color: #8dbde0;
		font-family: Tahoma;
		text-decoration: none;
		font-size: 10px;
	}

	div.F_Texto a:hover {
		color: #8dbd1f;
		font-family: Tahoma;
		text-decoration: none;
		font-size: 10px;
	}

/*
	div.F_Texto a:active {
		color: #8dbde0;
		font-family: Tahoma;
		text-decoration: none;
		font-size: 10px;
	}
*/

	div.F_Valid {
		width: 88px;
		float: right;
		margin-top: 15px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	div.F_Valid img {
		border-style: none;
	}

	div.F_SMedia {
		float: right;
		margin-top: 18px;
		margin-right: 17px;
		margin-left: 10px;
		text-align: center;
	}

	div.F_SMedia img {
		border-style: none;
	}

	div.F_Footer {
		float:left;
		height: 4px;
		background-color: #30b457;
		width: 752px;
	}
/*	----------------	*/


/*	---- Novedades ---- */

	div.Novedad {
		float: left;
		margin-bottom: 20px;
		width: 454px;
	}

	div.VerMas {
		float: left;
		margin-bottom: 20px;
		width: 454px;
		text-align: center;
	}

	div.Novedad hr {
		border-style: none;
		height: 1px;
		background-color: #CCC;
		margin-right: 5px;
	}

	div.Novedad div.Fecha {
		position: relative;
		top: -8px;
		left: 321px;
		background-color: #FFF;
		width: 118px;
	}

	hr.RCN_Linea {
		border-style: none;
		height: 1px;
		background-color: #CCC;
		margin-right: 5px;
	}

	div.RCN_Fecha {
		position: relative;
		top: -8px;
		left: 105px;
		background-color: #f2f1f1;
		width: 100px;
	}

	div.Novedad img {
		float: left;
		margin-top: 5px;
		margin-right: 8px;
		margin-bottom: 5px;
		border-style: solid;
		border-color: #000;
		border-width: 1px;
	}

/*	------------------- */



#novedades {
	font-family: Tahoma;
	font-size: 10px;
	color: #898989;
	height: 300px;
	width: 222px;
	margin-left: 26px;
	margin-top: 60px;
}

#footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	margin-top: 20px;
}
#background {
	width: 762px;
	background-image: url(../images/content_back.gif);
	float: left;
	background-repeat: repeat-y;
}
#textos {
	float: left;
	padding-left: 5px;
	width: 449px;
	padding-right: 5px;
}

.tahoma11verde {
	font-family: Tahoma;
	font-size: 11px;
	color: #30b457;
	font-weight: normal;
}

.tahoma11verdebold {
	font-family: Tahoma;
	font-size: 11px;
	color: #30b457;
	font-weight: bold;
}

.tahoma11gris {
	font-family: Tahoma;
	font-size: 11px;
	color: #898989;
}
.tahoma10blanco {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.tahoma10verde {
	font-family: Tahoma;
	font-size: 10px;
	color: #30b457;
}
.tahoma12azul {
	font-family: Tahoma;
	font-size: 12px;
	color: #005A9C;
	font-weight: normal;
}
.tahoma11azulbold {
	font-family: Tahoma;
	font-size: 11px;
	color: #005A9C;
	font-weight: bold;
}
.tahoma12azulbold {
	font-family: Tahoma;
	font-size: 12px;
	color: #005A9C;
	font-weight: bold;
}
.tahoma10azul {
	font-family: Tahoma;
	font-size: 10px;
	color: #005A9C;
}
#linksquienes {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/links_quienes.gif);
	height: 186px;
	background-repeat: no-repeat;
}

#linksclientes {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/links_clientes.gif);
	height: 186px;
	background-repeat: no-repeat;
}
.links {
	font-family: Tahoma;
	font-size: 12px;
	color: #005A9C;
	text-decoration: none;
}
a:hover.links {
	font-family: Tahoma;
	font-size: 12px;
	color: #35A9FF;
	text-decoration: none;
}
#links_laterales {
	height: 130px;
	width: 222px;
	margin-left: 26px;
	margin-top: 60px;
}
#linkshumedad {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/links_humedad.gif);
	height: 186px;
	background-repeat: no-repeat;
}
.pfotos {
	padding-left: 7px;
	float: right;
	height: 243px;
}
.fotos {
	width: 440px;
	float: left;
	padding-top: 14px;
}
.referencias {
	width: 230px;
	float: left;
	padding-top: 14px;
	color:#898989;
	font-family:Tahoma;
    font-size:11px;
	margin-left:8px;
	margin-top:10px;
}
.referencias_medio {
	width: 230px;
	float: left;
	padding-top: 14px;
	color:#898989;
	font-family:Tahoma;
    font-size:11px;
	margin-left:8px;
	margin-top:300px;
}

.referencias table td {
	padding:3px;
}


.img{
	float:left;
}
.parrafos {
	float: left;
	width: 455px;
	padding-top: 14px;
}
.TXTfotos {
	float: left;
	padding-left: 7px;
	padding-top: 2px;
}
.TXTfotos2 {
	padding-left: 7px;
	padding-top: 2px;
	width: 158px;
	font-size: 10px;
	vertical-align: top;
}
#linkssistema {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/links_sistema.gif);
	height: 200px;
	background-repeat: no-repeat;
}
.img2 {
	float:left;
	width: 274px;
}
#linksarticulos {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/links_articulos.gif);
	height: 237px;
	background-repeat: no-repeat;
}
ul {
	list-style-position: outside;
	margin-left: 20px;
	text-transform: inherit;
}

li {
	margin-bottom: 10px;
}

.tahoma11rojo {
	font-family: Tahoma;
	font-size: 11px;
	color: #9C0000;
}

.tahoma11azul {
	font-family: Tahoma;
	font-size: 11px;
	color: #005A9C;
	font-weight: normal;
}
#contacto {
	font-family: Tahoma;
	font-size: 10px;
	color: #898989;
	height: 680px;
	width: 222px;
	margin-left: 26px;
	margin-top: 60px;
}
#form {
	float: left;
	width: 274px;
	display: inline;
	padding-bottom: 15px;
	background-image: url(../images/form.gif);
	height: 785px;
}







.textoimagen{
	width:200px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	}


	.textoimagen strong{
	font-family: Tahoma;
	font-size: 12px;
	color: #005a9c;
	margin-bottom:5px;
	display:block;
	}



.contenedorFooter {
	display: block;
	float:left;
	width:600px;
	}



a.linkfooter:active, a.linkfooter:visited, a.linkfooter:link {
	color: #8dbde0;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 9px;
	text-align:right;
}

a.linkfooter:Hover {
	text-decoration: underline;
}

/*--------------------------------------sitemap--------------------------------------------*/
.estiloNodoSeleccionado{
color:#d9801f;
}

.estiloNodoRaiz{
color:#d9801f;
font-size:13px;
font-weight:bold;
}

.estiloNodoGeneral{
color:#005a9c;
font-weight:bold;

}

.estiloNodoHoja{
color:#30b457;
font-weight:lighter !important;
}
#siteMapTreeView{
margin-left:50px;
margin-top:30px;
margin-bottom:20px;
}


/*	---- Patricio ----	*/


h1.Titulo {
	font-family: verdana;
	font-weight: normal;
	color: #30b457;
	font-size: 17px;
	margin-left: 6px;
}

h1.RC_Titulo {
	font-family: verdana;
	font-weight: normal;
	color: #30b457;
	font-size: 17px;
	margin-left: 5px;
	margin-top: 5px;
}

/*
h2 {
	font-family: verdana;
	font-weight: normal;
	color: #30b457;
	font-size: 17px;
	margin-left: 5px;
	margin-top: 5px;
}
*/

h2 {
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
	color: #005A9C;
	text-decoration: none;
	margin-bottom: 5px;
}

h2.Pregunta {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin-bottom: 15px;
}

hr.TituloUnderline {
	height: 6px;
	background-color: #30b457;
	border-style: none;
	margin-top: 8px;
	margin-right: 2px;
}

li {
	margin-bottom: 2px;
	margin-top: 2px;
}

ul.Especificaciones li {
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

a.Link:link, a.Link:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #005A9C;
	text-decoration: none;
	font-weight: bold;
}

a.Link:hover {
	color: #35A9FF;
}

a.Link:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #005A9C;
	text-decoration: none;
	font-weight: bold;
}

input[image] {
	height: 14px;
	width: 58px;
	border-width: 0px;
}

#ContenedorClientes {
	float: left;
	width: 736px;
	padding-left: 16px;
}

.ImagenCliente {
	border: 3px solid #32b356;
	padding: 2px;
	width: 105px;
	height: 78px;
	float: left;
}

.TextoCliente {
	width: 200px;
	margin-left: 20px;
	margin-top: 5px;
	float: left;
}

.CajaImagenUp {
	width: 440px;
	height: 135px;
	margin-bottom: 10px;
	float: left;
}

.CajaImagenDown {
	width: 340px;
	height: 135px;
	float: left;
	margin-bottom: 10px;
	margin-right: 23px;
}

/*	---- Mapa del Sitio ----	*/
	div.Nodo {
		width: 30px;
		height: 30px;
		float: left;
	}

	div.Nodo img {
	}

	div.Nodo span {
	}

	div.Texto {
		height: 30px;
		clear: right;
	}

	div.Texto a, div.Texto span {
		font-family: tahoma;
		border-style: solid;
		border-width: 1px;
		border-color: #AAA;
		padding: 2px;
		margin: -1px;
		float: left;
	}

	div.Texto a.PrimerNivel:link, div.Texto a.PrimerNivel:visited {
		font-size: 16px;
		margin-top: 5px;
		color: #005A9C;
		text-decoration: none;
	}

	div.Texto a.PrimerNivel:hover {
		color: #FFF;
		background-color: #005A9C;	/*35A9FF - 80c9ff*/
		border-color: #000;
	}

	div.Texto span.SegundoNivel {
		font-size: 14px;
		margin-top: 7px;
		color: #005A9C;
	}

	div.Texto a.TercerNivel:link, div.Texto a.TercerNivel:visited {
		font-size: 12px;
		margin-top: 9px;
		color: #30b457;
		text-decoration: none;
	}

	div.Texto a.TercerNivel:hover {
		color: #FFF;
		background-color: #30b457;	/*35A9FF - 80c9ff*/
		border-color: #000;
	}

