
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } 

.slides a	{
	color:#002f55;
	text-decoration:none;
}


ul.pagination_slide { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	margin: auto; 
	width:110px; 
}

ul.pagination_slide li { 
	float:left; 
	margin:0 5px; 
}	

ul.pagination_slide a { 
	display:block; 
	width:12px; 
	padding-top:12px; 
	height:0; 
	overflow:hidden; 
	background-image:url(../slider/pagination.png); 		
	background-position:0 0; 
	background-repeat:no-repeat;
}

ul.pagination_slide li.active a {
	background-position:0 -12px; 
}

a.previous {
	margin-left:0px;
	
}

a.next { 
	margin-left:120px;
	
}

.slides h4 {
	margin-left:10px; 
	color:#002f55;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
} 
		
.slides p	{
	margin-left:10px; 
	color:#87888a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	text-align:left;
	line-height:1.3;
} 
	
	

.slider_container { 
	width:460px; 
	height:390px; 
	overflow:hidden; 
	position:relative;
	border: 1px #CCC solid; 
	background: #ffffff url(../slider/slider_fondo.gif) top center no-repeat ;
	float:left;
}

.slider_container2 { 
	width:460px; 
	height:390px; 
	overflow:hidden; 
	position:relative;
	border: 1px #CCC solid; 
	background: #ffffff url(../slider/slider_fondo2.gif) top center no-repeat ;
}			

.slides { 
	position:absolute; 
	top:0; 
	left:0; 
	height:247px;
	margin-top:26px;
	float:left;
}
		
.slides div { 
	position:absolute; 
	top:0; 
	width:460px; 
	display:none;
	float:left;
	
}

.navi	{
	margin-top:360px;
	float:left;
	width:460px;
}

.buttons	{
	margin-top:-20px;	
}


.ver_mas	{
	width:78px;
	height:23px;
	float:right;
	margin-right:10px;
	margin-top:15px;
	
}

.ver_mas a {
	margin-top:-25px;
	float:left;
}