/* 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 */

	#containerF{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:540 px;
		background:transparent;		
		margin-bottom:2em;
		}	
	.colF{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.fullF{
		clear:both;	
		padding:1em 36px;
		}	
	#footerF{
		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 */

	#headerF 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 */
				
	.leftF{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.leftF img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
	/* slider */

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

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


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

/* // content */

/* footer */

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

/* // footer */
