a{
	color: #cbcbcb;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}

h1{
	font-size: 30px;
	color: #222666;
}


#titulo{
	width: 902px;
	margin: 0 auto;
	text-align: center;
}

p{
	color: #222666;
}
#subnav{
	width:902px;
	height: 26px;
	background: #bd1b19;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	line-height: 26px;
}

#subnav li{
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#contenedor{
	background: url(../images/sliderbg.jpg) no-repeat;
	width:326px;
	height: 254px;
	margin: 0 auto;
}

#slider{
	padding-top: 7px;
	margin-left: 8px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0 auto;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:230px;
		overflow:hidden; 
		}	
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		margin-left: 100px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#f2f1f1;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#979797;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
