/* THE FACTORY IDEAS  */


.siguiente a{ 
	font-size: 12px;
	color: #0972B9;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: -.03em;
	}

.siguiente a:hover { 
	color: #AFAFAF; 
	text-decoration: underline;
	}


.texto {
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	letter-spacing: -.03em;
	line-height: 13px;
	}



/* MENU  */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#stylefour{

	position:relative;
	display:block;
	height:36px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:2px solid #B30000;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 9px 9px 9px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#B30000;
	background:#fff url(images/bgON.gif) no-repeat top right;
	}