/* global */

   /* body{ 
		background:#fff url(../images/bg_body.gif) repeat-x;
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
        }*/

    /* headings */
       
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#containerFV{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:540 px;
		background:transparent;		
		margin-bottom:2em;
		}	
	.colFV{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.fullFV{
		clear:both;	
		padding:1em 36px;
		}	
	#footerFV{
		clear:both;
		background:url(../images/bg_footer.gif) no-repeat 0 100%;
		height:80px;		
		padding:0 36px;
		font-size:12px;
		color:#fff;
		}		

/* //page setup */

/* header */

	#headerFV h1{
		position:absolute;
		margin:0;
		padding:0;
		width:203px;
		height:110px;
		top:34px;
		left:36px;
		background:url(../images/bg_logo.gif) no-repeat 0 0;	
		}				

/* // header */

/* content */
				
	.leftFV{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.leftFV img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* slider */

		#sliderFV ul, #sliderFV li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#sliderFV, #sliderFV li{ 
			height:500px;			
			width:540px;
			overflow:hidden;
			}	
		#sliderFV{ 
			margin-left:5px;
			}	
		#prevBtnFV, #nextBtnFV{ 
			display:block;
			width:35px;
			height:34px;
			position:absolute;
			left:420px;
			!left:420px;
			top:450px;
			}	
		#nextBtnFV{ 
			left:545px;
			!left:545px;
			top:450px;
			}														
		#prevBtnFV a, #nextBtnFV a{  
			display:block;
			width:7px;
			height:11px;
			background:url(../nueva/elementos/flecha_gris_izq.png) no-repeat 0 0;	
			}	
		#nextBtnFV a{ 
			background:url(../nueva/elementos/flecha_gris_der.png) no-repeat 0 0;	
			}
		#prevBtnFV:hover, #nextBtnFV:hover{  
			display:block;
			width:7px;
			height:11px;
			background:url(../nueva/elementos/flecha_gris_izq.png) no-repeat 0 0;	
			}	
		#nextBtnFV:hover{ 
			background:url(../nueva/elementos/flecha_gris_der.png) no-repeat 0 0;	
			}
	
	/* // slider */													

	.colFV strong, .fullFV strong{
		padding:0 2px;
		background:#f1f1f1;
		}
	.colFV a, .fullFV a{
		font-weight:bold;
		text-decoration:underline;
		}		


	.fullFV ul, .fullFV li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.fullFV li{
		padding:3px 15px;
		background:#f1f1f1;
		margin-bottom:1px;
		}		

/* // content */

/* footer */

	#footerFV p{
		margin:0;	
		line-height:76px;		
		}	
	#footerFV a{
		color:#ccc;
		text-decoration:underline;	
		}				

/* // footer */
