/* Especificamos de que manera deben de estar los links de las paginas*/

/* Overall Page */
BODY {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:none
	}


 
A:link,A:visited,A:active {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none; 
	color: #e4b21b
	}

A:hover {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color: #CC6600
	}



H1 {color: #e4b21b;font-size:4}
H5 {color: #e4b21b;font-size:4}
.usarScrollPrincipal{
scrollbar-base-color: #9999cc;
scrollbar-arrow-color: white;
scrollbar-track-color: #ccccff;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;

}

.colorPrincipal {color: #e4b21b;
					font-weight:bold;
				font-family:Verdana,Arial,Helvetica,sans-serif;
					}

.Linkproductos {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #00FF00
	A:link {font-weight:normal}	
}






