 * { padding:0px; margin:0px; }
 body{
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1A462B;
	text-decoration: none;
	background-attachment: fixed;
}
.contenedor {
	float: left;
	padding:0px;
	width: 754px;
	background-color: #FFF;
}
#wrapper{
	margin: 0 auto;
	width: 754px;
	padding-bottom: 4px;
}
.DivCabezote {
	float: left;
	height: 226px;
	width: 754px;
	background-image: url(images/cabezote.jpg);
	background-repeat: no-repeat;
}
.DivMenu {
	float: left;
	height: 74px;
	width: 714px;
	padding-top: 152px;
	padding-left: 40px;
}
.DivTitMenu {
	height: 26px;
	width: 138px;
	float: left;
}

.DivContenido {
	width: 950px;
	float: left;
}
.DivSeparador {
	float: left;
	width: 950px;
	height: 5px;
	background-image: url(images/separador.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.DivHomeDerecha {
	float: left;
	width: 400px;
	height: 100%;
}
.DivHomeBseTXT {
	float: left;
	width: 380px;
	height: 211px;
	background-image: url(images/baseTXThome.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
	margin-top: 15px;
	line-height: 20px;
}
.DivTextoHomeIzq {
	float: left;
	width: 280px;
	height: 100%;
	text-align: justify;
	margin-right: 20px;
	font-size: 15px;
	line-height: 20px;
}
.DivContenidoGral {
	float: left;
	width: 704px;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.Divfoto {
	float: left;
	width: 220px;
	height: 175px;
}
.DivfMenuIzq{
	float: left;
	width: 150px;
	height: 500px;
	background-color: #ADDDE1;
	padding: 5px;
}
.DivfotoSky {
	float: left;
	width: 220px;
}
.DivPata {
	float: left;
	width: 754px;
	background-image: url(images/buttom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.txtTitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1A462B;
}
.txtSubTitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #19472B;
}
.txtContenidos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1A462B;
	text-align: center;
	height: 100%;
	width: 704px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(images/separador.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.txtTItProductos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1A462B;
	text-align: center;
	height: 100%;
	width: 704px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.ListaProductos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1A462B;
	text-align: left;
	height: 100%;
	width: 230px;
	float: left;
}
.DivtxtContenidos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1A462B;
	text-align: justify;
	height: 100%;
	width: 704px;
	float: left;
}
.DivArticulo {
	width: 200px;
	float: left;
	height: 155px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.DivContenidoInformacionIZQ {
	float: left;
	height: 100%;
	width: 352px;
	text-align: justify;
	font-size: 15px;
}
.DivContProductos {
	float: left;
	width: 280px;
	height: 100%;
	text-align: justify;
	margin-right: 20px;
}
.DivFotoProducto {
	float: left;
	width: 400px;
	height: 100%;
}

/* MENU DESPLEGABLE */

* { padding:0px; margin:0px; }

#menu {
	background-repeat:repeat-x;
	height:30px;
	width:500px;
	margin:auto;
	padding-left:70px;
}
#nav {
	list-style:none;
	float: left;
	height: 26px;
	width: 138px;
}
#nav li {
	float:left;
	background-repeat:no-repeat;
	background-position:right;
}
#nav li a {
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	height: 25px;
}
#nav li a:hover {
	color:#FFFFFF;
	text-align: left;
	font-size: 14px;
}
/* Submenu */
#nav ul.submenu {
	border:1px solid #000000;
	padding:5px;
	position:absolute;
	list-style:none;
	background-color:#1A462B;
}
#nav ul.submenu li { float:none; background-image:none; border-bottom:1px solid #999999; width:200px;}
/* Subsubmenu */
#nav ul.subsubmenu { border:1px solid #000000; padding:5px; position:absolute; list-style:none; background-color:#333333; margin-left:150px; margin-top:-30px;}
#nav ul.subsubmenu li { float:none; background-image:none; border-bottom:1px solid #999999; min-width:200px;}
