BODY {
	background-image:url(img/fd.jpg);
	background-repeat:no-repeat;
background-color:#fff;
scrollbar-face-color: #EFEDE4; 
scrollbar-shadow-color: #666666; 
scrollbar-highlight-color: #666666; 
scrollbar-3dlight-color: #EFEDE4; 
scrollbar-darkshadow-color:#666666; 
scrollbar-arrow-color: #666666; 
scrollbar-track-color: #EFEDE4; 
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;} 


.fotos{ height:450px; width:900px; margin:auto;  }
.fotos img{ padding:0px; }

A.aca:Link {color: #333;text-decoration: none;}
A.aca:Visited  {color : #ccc;text-decoration: none;}
A.aca:Active  {color : #ccc;text-decoration: none;}
A.aca:Hover  {color: #999;text-decoration: none;}

A.vinbco:Link {color:#fff;text-decoration: none;}
A.vinbco:Visited  {color : #fff;text-decoration: none;}
A.vinbco:Active  {color : #fff;text-decoration: none;}
A.vinbco:Hover  {color: #FC3;text-decoration: none;}


@font-face {
font-family: 'BAUHAUS1';
src: url('img/BAUHAUS1.eot');
src: url('img/BAUHAUS1.eot?#iefix') format('embedded-opentype'),
 url('img/BAUHAUS1.svg#chevin') format('svg'),
 url('img/BAUHAUS1.woff') format('woff'),
 url('img/BAUHAUS1.ttf') format('truetype');

}





td.pie {
	font-family:"Trebuchet MS", Tahoma;
font-size:10px;
color: #F00;
text-align:center;

}


td.imagen {
	background-image:url(img/web.png);
	background-repeat:no-repeat;
	height:561px;
	width:948px;}
	
	
td.botoneraSUP {
	background-image:url(img/botonera.png);
	background-repeat:no-repeat;
	height:56px;
	width:795px;

	}
	

td.textBOT{
font-family:"BAUHAUS1", Tahoma;
font-size:12px;
color:#fff;
text-align:center;
text-shadow: 0.1em 0.1em #333;
	
}




	

td.text {
font-family:"Trebuchet MS", Tahoma;
font-size:12px;
color:#fff;
text-align:justify;
	
}





img  {
border:none;
	
}


/*EFECTOS ESTRELLA NAVIDAD*/
.efectos{ position:relative;}
.efectos .destello{ position:absolute;}
.efectos .destello-01{right:150px; top: 0px; animation: destello-efecto-01 5s infinite; -webkit-animation: destello-efecto-01 5s infinite;}
.efectos .destello-02{right: 400px; top: 50px; animation: destello-efecto-01 3s infinite; -webkit-animation: destello-efecto-01 3s infinite;}
.efectos .destello-03{right: 250px; top: 100px; animation: destello-efecto-01 4s infinite; -webkit-animation: destello-efecto-01 10s infinite;}
.efectos .destello-04{right:550px; top: 200px; animation: destello-efecto-01 7s infinite; -webkit-animation: destello-efecto-01 8s infinite;}
@-webkit-keyframes destello-efecto-01 {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0.6;transform: scale3d(.3, .3, .3);-webkit-transform: scale3d(.3, .3, .3);}
}

@keyframes destello-efecto-01 {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0.6;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
}