@charset "utf-8";
/* CSS Document */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			


/* Easy Slider */

	
#contentslide{
		position:relative;
		margin-left:13px;
		margin-top:15px;
		width:540px;
		height:200px;
		background-image:url(../stage_slide.png);
		background-repeat:no-repeat;
		padding-top:49px;
		padding-left:30px;
		
		}			
* html #contentslide{
		background-image:url(../stage_slide.gif);
		background-repeat:no-repeat;
		
		
		}		

#contentslide h2 {
font-size:18px;
margin-bottom:0.5em;
margin-top:3px;
color:#523011;
font-family:Georgia, "Times New Roman", Times, serif;

		}		
	
	#slider{

	
		}
		
		

		
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
		
		
	.slidemas {
	margin-left:150px;
	}	
	
	
#slider li p {
	margin:0;
	padding:0;
	margin-top:8px;
	color:#523011;	

	}		
		
	#colcontenidos .slidemas a:link, #colcontenidos .slidemas a:visited {
   color:#656e28;
   background-image:url(../imagenes/mas_slide.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:17px;
	}
	
	
	#colcontenidos .slidemas a:hover {
   color:#fff;
	}		
		
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:470px;
		height:200px;
		overflow:hidden;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;	
		color:#523011;
		line-height:1.45em;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:22px;
		height:22px;
		position:absolute;
		right:86px;
		top:204px;
		}	
	#nextBtn{ 
		right:60px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:22px;
		height:22px;
		background:url(../imgslide/arrow-left.gif) no-repeat 0 0;
				}	
	#nextBtn a{ 
		background:url(../imgslide/arrow-right.gif) no-repeat 0 0;	
		}	
		
		
		#prevBtn a:hover {  
		display:block;
		width:22px;
		height:22px;
		background:url(../imgslide/arrow-left_on.gif) no-repeat 0 0;
			}	
	#nextBtn a:hover { 
		display:block;
		width:22px;
		height:22px;
		background:url(../imgslide/arrow-right_on.gif) no-repeat 0 0;	
		}			

