.TextoGris, .TextoGris a:link, .TextoGris a:visited, .TextoGris a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #787878;
	text-decoration: none;
	padding: 4px;
}

.TextoGris a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	text-decoration : underline;
	padding: 4px;
}

.TextoGris2, .TextoGris2 a:link, .TextoGris2 a:visited, .TextoGris2 a:active {
	font-family : Tahoma;
	font-size : 10px;
	color : #787878;
	text-decoration: none;
	padding: 4px;
}

.TextoGris2 a:hover {
	font-family : Tahoma;
	font-size : 10px;
	color :#000000;
	text-decoration : underline;
	padding: 4px;
}

.TextoBordo, .TextoBordo a:link, .TextoBordo a:visited, .TextoBordo a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #BC0000;
	text-decoration: none;
	padding: 4px;
}

.TextoBordo a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color :#000000;
	text-decoration : underline;
	padding: 4px;
}

.TextoBordo2, .TextoBordo2 a:link, .TextoBordo2 a:visited, .TextoBordo2 a:active {
	font-family : Tahoma;
	font-size : 10px;
	color : #BC0000;
	text-decoration: none;
	padding: 4px;
}

.TextoBordo2 a:hover {
	font-family : Tahoma;
	font-size : 10px;
	color :#000000;
	text-decoration : underline;
	padding: 4px;
}

.BordeDerecho {
	background-image: url(../img/img_BordeDerecho.jpg);
	background-repeat: repeat-y;
}

.BordeIzquierdo {
	background-image: url(../img/img_BordeIzquierdo.jpg);
	background-repeat: repeat-y;
}

.BordeInferior {
	background-image: url(../img/img_BordeInferior.jpg);
	background-repeat: repeat-x;
}

.BordeSolapas {
	background-image: url(../img/img_BordeSolapas.gif);
	background-repeat: repeat-x;
}

.TituloDestacado {
   border-width: 1px;
	border-color: #ECECEC;
	border-style: solid;
	font-family : Tahoma;
	font-size: 20px;
	color : #BC0000;
	padding: 10px;
}

.BordeImpresion {
   border-width: 1px;
	border-color: #B9B9B9;
	border-style: solid;
}

.FondoHome {
	background-image: url(../img/img_FondoHome.jpg);
}

.FondoBotonera {
	background-image: url(../img/img_FondoBotonera.jpg);
	background-repeat: repeat-x;
}

.FondoBuscar {
	background-image: url(../img/img_FondoBuscar.jpg);
	background-repeat: repeat-x;
}

.FondoProducto {
	background-image: url(../img/img_FondoTituloProducto.gif);
	background-repeat: repeat-x;
}

.FondoContacto {
	background-image: url(../img/img_FondoContacto.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.Blanco {
   background-color: White;
}

.Gris1 {
   background-color: #ECECEC;
}

.Gris2 {
   background-color: #F9F9F9;
}

.Gris3 {
   background-color: #CDCDCD;
}

.SombraNovedades {
   background-image: url(../img/img_SombraNovedades.jpg);
	background-repeat: repeat-y;
}

.SombraNovedades2 {
   background-image: url(../img/img_SombraNovedades2.jpg);
	background-repeat: repeat-y;
}

.SombraBanners {
   background-image: url(../img/img_SombraBanners.jpg);
	background-repeat: repeat-y;
}

.NovedadesIzquierda {
	background-image: url(../img/img_NovedadesIzquierda.jpg);
	background-repeat: no-repeat;
}

.BuscarIzquierda {
	background-image: url(../img/img_BuscarIzquierda.jpg);
	background-repeat: no-repeat;
}
.search {
	background: url(../img/btn_Buscar.jpg);
	background-repeat: no-repeat;
	border:none;
}

.TextoBuscar {
	font-family : Tahoma;
	font-size : 12px;
	color :#222222;
	text-decoration : none;
	padding: 4px;
}

.Borde {
	border-color: #E0DEDE;
	border-style: solid;
	border-width: 1px;
}

#pie-izquierda {position:relative;}

#lapropa {position:absolute; top:10px; left:15px; width:200px; font-family:Arial, Helvetica, Verdana;}
	#lapropa .logo {float:left;}
		#lapropa .logo img {border:none;}	
	#lapropa .link {margin-left:35px; padding:7px 0 0; font-size:11px;}
		#lapropa .link a {color:#757575; text-decoration:none;}
		#lapropa .link a:hover {color:#333333;}

