.VentanaInicio .TPopUpVelo,
.VentanaInicioVelo {
  background-color: #000;
}

.VentanaInicio .TPopUpSombra,
.VentanaInicio .TWindowSombra {
  background-color: #333;
}
		
/*########## Ventana #############*/			

	
.VentanaInicio {
	width: 640px;
	height: 454px;
	overflow: hidden;	
}	

.VentanaInicio IMG {
	border: 0;
	padding: 10px;
}	

.VentanaInicio .BotonCerrar {
	position: relative;
	top: 0px;
	left: 525px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}	


.VentanaInicio .Interior {
	padding: 0px 0px;
		width: 640px;
	height: 454px;
	background: #FFF;
	
}


.VentanaInicio .Interior .Foto {
float:left;width:300px;height:430px;
}

.VentanaInicio .Interior .Texto {
float:right; width:300px;
color: #666;

padding-right: 20px;
text-align: justify;
font-size: 14px;
overflow-y: auto;
height:420px;
margin-top: 10px;

}





.VentanaInicioVentana .TWindowBorde {
  border: none;
}

.VentanaInicioVentana .TWindowVentana {
  background-color: transparent;
  border: none;
}

.VentanaInicioVentana .TWindowTop {
  height: 0;
  font-size: 0;
  padding: 0;
  background: transparent;
}

.VentanaInicioVentana .TWindowTitulo {
  color: transparent;
  float: left;
  height: 0;
  line-height: 0;
  padding-left: 0;


}


.VentanaInicioVentana .TWindowCerrar {
	width: 0;
	height: 0;
	font-size: 0;
	background: none;
	background-position: 0 0;
}